In qtp, how you can use xpath to identify objects?
No Answer is Posted For this Question
Be the First to Post Answer
What is the limitation to XML Checkpoints?
Got job with 3 years fake Experience
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
How to test background color and dynamic images during run time can you put the check point for moving objects?
what is bultin funtaion in QTP &tell me five examples?
What is QTP testing process?
why do we use both location and index identifier.
Explain about datafile/verification of date file when file is not available in local system?
How to connect QTP to Testdirector
What is object & properties (in QTP)
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me