why the smart identification is not there in WinRunner
Answer Posted / ravi
WR doesnt have smart identification. Only QTP has it.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
how can we compare descriptive programing with a regular expression
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
When Recovery scenario actually starts while testing the application?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How does qtp identify the object in the application?
How to add synchronisation points in qtp?
wt is the use of multiple questions in QTP
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Differentiate the type of test cases which can be automated and which cannot be automated?
We stored into the objects OR and then write the scripting
For which type of projects the iterative model is not suitable?
Explain features of the latest version of qtp/ uft 12.1?
How will you report the bug and explain the defect tracking sheet you handled?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code