How many types of actions are there in quicktest professional?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Which Databases supports for QTP?
What is the architecture of your project? Can any one answer for this question plz........
how to check URL using QTP? write vb script with descriptive programm only?
Count the number of radio buttons and randomly select one.
How to handle dynamic objects in QTP?
Give me brief idea about QTP automation object model?
Set DR= CreateObject("Mercury.DeviceReplay")
After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
How can I pass values from one action to another in QTP ?
What is the difference between Datadriven and Parameterization?