|
| |
| |
| |
|
|
|
| Software Testing Interview Questions |
| Bug test Offers you with the best updated software testing and testing tools information which not only helps you while you are getting ready for interviews but also when you are working on live testing projects and are in need of tips. |
| Language: English |
| RSS Feeds for this Blog |
|
Statistics |
| Unique Visitors: 922 |
| Total Unique Visitors: 2931146 |
| Visitors Out: 1902 |
| Total Visitors Out: 1902 |
|
|
|
| |
|
|
| |
|
| Different Types of Testing Interview Questions asked by Companies |
| 2007-12-07 12:29:48 |
1. I-soft
What should be done after writing test case??
2.Covansys
Testing
1. What is bidirectional traceability ??? and how it is implemented
2. What is Automation Test frame work ?
3. Define the components present in test strategy
4. Define the components present in test plan
5. Define database testing ?
6. What is the difference between QA and QC ….
7. What is [...]...
|
| |
|
| Interview Questions for Elearning Testers |
| 2007-12-07 12:03:53 |
1) What is SCORM?
2) What is Sec 508?
3) Have u done any portal testing?
4) DO u have any idea about LMS or LCMS?
5) Have u done any compliance testing
6) Have u done any compatibility testing?
7) What are the critical issues found while testing the projects in your organization?
Tell me about the testing procedures [...]...
|
| |
|
| Software Testing Interview Questions Part 6 |
| 2007-11-21 12:56:20 |
60. What is Impact analysis? How to do impact analysis in yr project?
A: — Impact analysis means when we r doing regressing testing at that time we r checking that the bug fixes r working properly, and by fixing these bug other components are working as per their requirements r they got disturbed.
61. HOW [...]...
|
| |
|
| Software Testing Interview Questions Part 5 |
| 2007-11-21 12:41:47 |
46. High severity, low priority bug?
A: — A page is rarely accessed, or some activity is performed rarely but that thing outputs some important Data incorrectly, or corrupts the data, this will be a bug of H severity L priority
47. If project wants to release in 3months what type of Risk analysis u do in [...]...
|
| |
|
| 35 QA Testing Interview Questions |
| 2007-11-04 12:56:34 |
1. What is SQA Activities?
2. How can we perform testing without expected results?
3. Which of the following statements about regression testing are true?
a. Regression Testing must consist of a fixed set of tests to create a baseline
b. Regression Testing should be used to detect defects in new features
c. Regression Testing can be run on every [...]...
|
| |
|
| Software Testing Interview Questions Part 4 |
| 2007-10-18 02:11:36 |
31. If we have no SRS, BRS but we have test cases does u execute the test cases blindly or do u follow any other process?
A: — Test case would have detail steps of what the application is supposed to do. SO
1) Functionality of application is known.
2) In addition you can refer to Backend, [...]...
|
| |
|
| Software Testing Interview Questions Part 3 |
| 2007-10-18 01:58:52 |
16. What is bug life cycle?
A: — New: when tester reports a defect
Open: when developer accepts that it is a bug or if the developer rejects the defect, then the status is turned into “Rejected”
Fixed: when developer make changes to the code to rectify the bug…
Closed/Reopen: when tester tests it again. If the expected result [...]...
|
| |
|
| Software Testing Interview Questions Part 2 |
| 2007-10-18 01:56:40 |
1. What is diff. between CMMI and CMM levels?
A: - CMM: - this is applicable only for software industry. KPAs -18
CMMI: - This is applicable for software, out sourcing and all other industries. KPA - 25
2. What is the scalability testing?
1. Scalabilty is nothing but how many users that the application should handle
2. Scalability is nothing [...]...
|
| |
|
| Software Testing Techniques Part 1 |
| 2007-10-18 01:27:08 |
Because of the fallibility of its human designers and its own abstract, complex nature, software development must be accompanied by quality assurance activities. It is not unusual for developers to spend 40% of the total project time on testing. For life-critical software (e.g. flight control, reactor monitoring), testing can cost 3 to 5 times as [...]...
|
| |
|
| LoadRunner interview questions |
| 2007-10-13 02:54:54 |
1. What is load testing?
Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods.
2. What is Performance testing? - Timing for both read and update transactions should be gathered to determine whether [...]...
|
| |
|
| General Testing Interview Questions |
| 2007-10-11 12:39:54 |
1. What is Win Registry and what it is used for?
2. What is the command to invoke Win Registry?
3. What is IIS?
4. What is XML?
5. Difference between WELL form XML and XML?
6. Automation Tools – Win-Runner
7. How can you perform load and stress testing on a single ATM machine?
8. What are ACID properties?
9. What is [...]...
|
| |
|
| Software Testing Interview Questions Part 1 |
| 2007-10-11 12:35:04 |
1. What are SDLC and STLC?
2. When will you start the testing process?
3. What is Test Plan and Test Case?
4. What is the difference between Integration Testing and System Testing?
5. If an ATM machine is given to you, how will you approach to test it and also check that correct information is updated in the [...]...
|
| |
|
| Testing Interview Questions |
| 2007-10-11 05:52:05 |
How you make sure that each functionality was covered in Test Cases?
User1
Group 1
Task-1
Task-2
User 2
Group 2
Task3 and Task-4
User 3
Group 3
Task5 and Task 6
Write top 5 test cases for the above in security level.
How you manage your Test Cases?
What is your Approach if you find a bug, while you have release in next one Hour?
What is your [...]...
|
| |
|
| Old Testing Interview Questions |
| 2007-10-11 05:44:21 |
1. What is Black Box testing and White Box testing
2. What is Regression Testing
3. How the Test Plan and the Test Cases Documents are prepared
4. Advantages and Disadvantages of Automation Testing
5. What is Stress Testing
6. Localization, Globalization issues
7. What is Monkey Testing
8. What are the various Metrics applicable for Testing
9. Web Testing (What are the features that are to be tested)
10. How will you log [...]...
|
| |
|
| Software Testing Techniques |
| 2007-10-02 15:44:40 |
Testing Techniques
• Black Box Testing
• White Box Testing
• Regression Testing
• These principles & techniques can be applied to any type of testing.
Black Box Testing
Testing of a function without knowing internal structure of the program.
White Box Testing
Testing of a function with knowing internal structure of the program.
Regression Testing
To ensure that the code changes have not had [...]...
|
| |
|
| Software Testing Life Cycle |
| 2007-10-02 15:41:26 |
· Identify Test Candidates
Test Plan
Design Test Cases
Execute Tests
Evaluate Results
Document Test Results
Casual Analysis/ Preparation of Validation Reports
Regression Testing / Follow up on reported bugs.
Share This...
|
| |
|
| Manual Testing Process |
| 2007-09-28 12:45:27 |
Manual Testing Process :
Process is a roadmap to develop the project is consists a number of sequential steps.
Software Testing Life Cycle:
• Test Plan
• Test Development
• Test Execution
• Analyse Results
• Defect Tracking
• Summarise Report
Test Plan :
It is a document which describes the testing environment, purpose, scope, objectives, test strategy, schedules, mile stones, testing tool, roles and responsibilities, risks, training, staffing and who [...]...
|
| |
|
| Bhrigus Interview Questions |
| 2007-09-28 12:33:43 |
1) What is different between Primary key and unique?
Primary means unique and not null.
Unique means not duplicate.
2) What View in database?
3) Delete and Truncate ?
4) Write a test cases which is best of all?
5) What is different Client/server and web testing?
6) What is test plan?
7) Write the possible test cases for date field?
If [...]...
|
| |
|
| What are IEEE 829 Test Plan Standards? |
| 2007-09-26 02:36:00 |
Hi All, I know I have been away from posting on this blog since long and I apologize for that. There were few things which needed to be taken care of so my blogging activity was side lined. I would try to be more regular in posting new articles on this blog now onwards.
Recently, I [...]...
|
| |
|
| Test Automation Interview Questions |
| 2007-09-24 12:22:52 |
1. What automating testing tools are you familiar with?
2. How did you use automating testing tools in your job?
3. Describe some problem that you had with automating testing tool.
4. How do you plan test automation?
5. Can test automation improve test effectiveness?
6. What is data - driven automation?
7. What are the main attributes of test automation?
8. [...]...
|
| |
|
| Test Automation Interview Questions |
| 2007-09-24 12:22:52 |
1. What automating testing tools are you familiar with?
2. How did you use automating testing tools in your job?
3. Describe some problem that you had with automating testing tool.
4. How do you plan test automation?
5. Can test automation improve test effectiveness?
6. What is data - driven automation?
7. What are the main attributes of test automation?
8. [...]...
|
| |
|
| WinRunner Functions |
| 2007-09-21 15:26:46 |
Database Functions
db_check
This function captures and compares data from a database.
Note that the checklist file (arg1) can be created only during record.
arg1 - checklist file.
db_connect
This function creates a new connection session with a database.
arg1 - the session name (string)
arg2 - a connection string
for example “DSN=SQLServer_Source;UID=SA;PWD=abc123″
db_disconnect
This function disconnects from the database and deletes the [...]...
|
| |
|
| Interview Questions in QTP-I |
| 2007-09-16 09:33:07 |
1. This Quick Test feature allows you select the appropriate add-ins to load with your test.
Add-in Manager
2. Name the six columns of the Keyword view.
Item, Operation, Value, Documentation, Assignment, Comment
3. List the steps to change the logical name of an object named “Three Panel” into “Status Bar” in the Object Repository.
Select Tools>Object Repository. In the [...]...
|
| |
|
| Interview Questions on QTP |
| 2007-09-16 09:23:40 |
1. What are the Features & Benefits of Quick Test Pro (QTP)?
1. Key word driven testing
2. Suitable for both client server and web based application
3. Vb script as the scripts language
4. Better error handling mechanism
5. Excellent data driven testing features
2. Where can I get Quick Test pro (QTP Pro) software? This is Just for [...]...
|
| |
|
| Manual Testing Interview Questions-2 |
| 2007-08-28 16:59:52 |
How is testing affected by object-oriented designs?
Well-engineered object-oriented design can make it easier to trace from code to internal design to functional design to requirements. While there will be little affect on black box testing (where an understanding of the internal design of the application is unnecessary), white-box testing can be oriented to the application’s [...]...
|
| |
|
| Manual Testing Interview Questions-1 |
| 2007-08-28 16:12:45 |
What makes a good test engineer?
A good test engineer has a ‘test to break’ attitude, an ability to take the point of view of the customer, a strong desire for quality, and an attention to detail. Tact and diplomacy are useful in maintaining a cooperative relationship with developers, and an ability to communicate with both [...]...
|
| |
|
| Test Plan Frequently Asked Questions |
| 2007-08-23 11:35:06 |
1. Why you cannot download a Word version of this test plan.
I have received numerous requests for an MS Word version of the test plan.
However, although the web pages were created directly from an word document, I no longer have a copy of that original word document.
Also, having prepared numerous test plans, I know that [...]...
|
| |
|
| Software Testing Related Questions and Answers |
| 2007-08-17 22:03:12 |
1. What makes a good test engineer?
• A good test engineer has a ‘test to break’ attitude, an ability to take the point of view of the customer, a strong desire for quality, and an attention to detail.
• Tact and diplomacy are useful in maintaining a cooperative relationship with developers, and an ability to communicate with both [...]...
|
| |
|
| Software Testing Related Questions and Answers |
| 2007-08-17 22:03:12 |
1. What makes a good test engineer?
• A good test engineer has a ‘test to break’ attitude, an ability to take the point of view of the customer, a strong desire for quality, and an attention to detail.
• Tact and diplomacy are useful in maintaining a cooperative relationship with developers, and an ability to communicate with both [...]...
|
| |
|
| Software Testing Glossary-I |
| 2007-08-10 16:41:59 |
1 acceptance testing: Formal testing conducted to enable a user, customer, or other authorized entity to determine whether to accept a system or component.
2 actual outcome: The behavior actually produced when the object is tested under specified conditions.
3 ad hoc testing: Testing carried out using no recognised test case design technique.
4 alpha testing: [...]...
|
| |
|
| Software Testing Glossary-I |
| 2007-08-10 16:41:59 |
1 acceptance testing: Formal testing conducted to enable a user, customer, or other authorized entity to determine whether to accept a system or component.
2 actual outcome: The behavior actually produced when the object is tested under specified conditions.
3 ad hoc testing: Testing carried out using no recognised test case design technique.
4 alpha testing: [...]...
|
| |
|
| Metrics in Software Testing |
| 2007-08-10 16:27:18 |
1) Schedule variance = (Actual time taken - Planned time) / Planned time * 100
2) Effort variance = (Actual effort - Planned Effort)/Planned effort * 100
3) Defect unearthing efficiency = 100 * STRs found in pass 1/ ( STRs found in pass 1 + STRs found in pass 2 but existing in pass [...]...
|
| |
|
| Metrics in Software Testing |
| 2007-08-10 16:27:18 |
1) Schedule variance = (Actual time taken - Planned time) / Planned time * 100
2) Effort variance = (Actual effort - Planned Effort)/Planned effort * 100
3) Defect unearthing efficiency = 100 * STRs found in pass 1/ ( STRs found in pass 1 + STRs found in pass 2 but existing in pass [...]...
|
| |
|
| What’s the difference between load and stress testing? |
| 2007-08-09 12:37:16 |
Boris Beizer says:
One of the most common, but unfortunate misuse of terminology is treating “load testing” and “stress testing” as synonymous. The consequence of this ignorant semantic abuse is usually that the system is neither properly “load tested” nor subjected to a meaningful stress test.
1. Stress testing is subjecting a system [...]...
|
| |
|
| What’s the difference between load and stress testing? |
| 2007-08-09 12:37:16 |
Boris Beizer says:
One of the most common, but unfortunate misuse of terminology is treating “load testing” and “stress testing” as synonymous. The consequence of this ignorant semantic abuse is usually that the system is neither properly “load tested” nor subjected to a meaningful stress test.
1. Stress testing is subjecting a system [...]...
|
| |
|
| Quick Test Professional Questions & Answers Part 2 |
| 2007-08-02 20:03:00 |
11.Keyword view in QTP is also termed as
Icon based view
12.What is the use of data table in QTP?
parameterizing the test
13.What is the use of working with actions?
To design a modular and efficient tests
14.What is the file extension of the code file and object repository file in QTP?
The extension for code file is .vbs and the [...]...
|
| |
|
| Quick Test Professional Questions & Answers Part 2 |
| 2007-08-02 20:03:00 |
11.Keyword view in QTP is also termed as
Icon based view
12.What is the use of data table in QTP?
parameterizing the test
13.What is the use of working with actions?
To design a modular and efficient tests
14.What is the file extension of the code file and object repository file in QTP?
The extension for code file is .vbs and the [...]...
|
| |
|
| Quick Test Professional Question & Answers Part 1 |
| 2007-08-02 19:58:06 |
1.What is Quick test pro?
Its a Mercury interactive’s keyword driven testing tool
2.By using QTP what kind of applications we can test?
By using QTP we can test standard windows applications,Web objects,ActiveX controls,and Visual basic applications.
3.What is called as test?
Test is a collection of steps organized into one or more actions,which are used to verify that your [...]...
|
| |
|
| Quick Test Professional Question & Answers Part 1 |
| 2007-08-02 19:58:06 |
1.What is Quick test pro?
Its a Mercury interactive’s keyword driven testing tool
2.By using QTP what kind of applications we can test?
By using QTP we can test standard windows applications,Web objects,ActiveX controls,and Visual basic applications.
3.What is called as test?
Test is a collection of steps organized into one or more actions,which are used to verify that your [...]...
|
| |
|
| Interview question 11: Which version of QTP has support for FireFox? |
| 2007-07-28 08:24:00 |
The browser compatibility testing across the whole spectrum of possibilities is very important for success of web based application delivery. In the current time QTP has no support for Firefox browser, but if you really need to do testing under this browser take a look into silktest Perhaps in the near future Mercury will deliverer [...]...
|
| |
|
| |
 |