Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
Answer Posted / cnu_thatavarthi
If without using object repository and object spy for identify the object then first i will record the test script(application)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How will you release the memory acquired by an array variable in vbscript?
Why is it recommended to close the database connection every time after the work is completed?
What is variant in vb script?
What are the 2 ways in which a variable can be declared in the vbscript language?
How will you get a combined string from array of string in vbscript?
what is resorceallocation
What is the difference between do until loop and do while loop?
How will you convert a string to lower case string using vbscript?
what is the difference between modular and data and keyword driven framework
Explain about operator precedence in vb script?
Mention the rules for using option explicit statement?
How will you reverse a string in vbscript?
What purpose does ‘on error resume next’ serves?
What is the use of option explicit statement?
Why to use option explicit in vb script?