What is the Limitations of Testing ?
Answers were Sorted based on User's Feedback
Answer / abhijit khot
We cant confirm each time that the application is bug free,
even if we have doe a lot of testing on the application.
There is always a possibility that the code/application will
behave in a different way than expected if inputs are changed
than that tested of even if environment is changed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasad reddy
Hi,
The following are the limitations of test
> When we complete all our test cases execution
> when we close all the high priority defects
>When the testing time is up and the testing budget is closed
-Prasad reddy
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / amit
Testing is limited to the functionalities supported by the
application including the performance aspect.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / abcd
when we have completed all of our test cases in our
tracability matrix then we can end our test.
| Is This Answer Correct ? | 0 Yes | 6 No |
what is run-time data?
How can the expected image for a bitmap checkpoint be recaptured in QTP
Can we run test with out adding object in object repository? How it is possible?
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
what is clean sweep?
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?
tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features
QTP supports both client server and Web applications. Does it support Plug-in?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
During test run,How will you copy/paste from/to clipboard?
Hi Friends, Can you please answer these questions of QTP Certification? 1.) What are bitmap checkpoints sensitive to? A. Image size and object type B. Object type and image type C. Screen resolution and object type D. Screen resolution and image size 2.)What are the phases in the QuickTest workflow? A. Plan, Record, Enhance, Run B. Prepare, Record, Verify, Run C. Plan, Create, Verify & Enhance D. Prepare, Create, Verify & Enhance, Integrate 3.) What are the two most commonly used ADO objects? A. Fields B. Execute C. Connection, RecordSet D. Open, ConnectionString 4.)What options are available to filter objects in the Target Object Repository pane when merging object repositories? A. Show all objects or Show only objects with conflicting object types B. Show all objects or Show only objects with conflicting descriptions C. Show only objects with conflicting logical names or Show only objects with conflicting object types D. Show only objects with conflicting logical names or Show only objects with conflicting descriptions 5.)Which of the following is an example of a missing resource? A. An object B. Run Results C. A Regular Action D. An External Action 6.)What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value 7.)In VB Script functions, which one is false among the following a. Variables must be declared before use b. Variables may not be declared before use c. Variables may be declared without data types None
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?