Explain about the quicktest professional (qtp) automation object model?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
How to change the run-time value of a property for an object in QTP?
Explain quicktest professional (qtp) testing process?
difference between GetROProperty and GetTOProperty
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
what is the Debug view?
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
Does QTP provides any tools for parametarization?
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?