What scripting language is QTP of?
What are the different properties of an web object
can u store QTp frame work folders in VSS? If Not where u store those?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.
We stored into the objects OR and then write the scripting
Batch testing in howmany ways u perfrom in QTP
What are Error handling other than Recovery scenario manager?
How to Practice QTP Scripts?
Suppose i have given 10 test cases all the test cases should be automated?
What is object repository in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Syntax for how to call one script from another? and Syntax to call one "Action" in another?