Differences between quicktest professional (qtp) and winrunner?
No Answer is Posted For this Question
Be the First to Post Answer
How to find the number the number of Links, Brolken Links in a webpage?
Batch testing in howmany ways u perfrom in QTP
Explain the concept of object repository and how qtp recognises objects?
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
What is object & properties (in QTP)
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
what are the environment variables,how do you use them. give an example.
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Whether qtp 9.0 supports Test director8.0
What is the current version of QTP?
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!