i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
Browser().Page().Webtable().Childitems(3,2,"Link",0).Click
this will click on the 3rd row and 2nd column of the web
table
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / digi
set objPage=Browser().Page()
set objLink=objPage.WebTable().ChildItem(3,2,"Link",0)
objLink.click
| Is This Answer Correct ? | 2 Yes | 0 No |
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
I am Using QTP 9.1 version. I have created a Shared Object Repository. The size of Shared Object REpository is 9 MB. In my system i am able to execute the script very flexibly and it is very fast. But if i copy the same code into other system with the same configuration, it is executing very slowly(i.e dam slow). It is not happening in all machines it is in only some machines. Can please any one give th esolution. It is high priority to me as i need to give demo to client on their machines.
what is output value in QTP and how it can be used in automation testing
banking project description for software tester
How will you handle custom object in QTP?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.
Actually How do we use this Smart Identification Technology during Recording mode.
how to handle the textboxes where in it should take the sum like ex:: while posting a question in this site it will for what is the result of 6+3=__ where in we have to enter manually 9 and click on submit... but how to handle these cases in qtp.. can someone plz help me out wid dis...
how to test load test and block box testing an a web based application pls give ans briefly