If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script.
Please send the answers...
Answer Posted / vamshi
browser("title:=.*").page("title:=.*").webcheckbox("name:=.*","index:=9").set "on"
browser("title:=.*").page("title:=.*").webcheckbox("name:=.*","index:=10").set "on"
browser("title:=.*").page("title:=.*").webcheckbox("name:=.*","index:=13").set "on"
because index value starts from zero
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the check points can be inserted without recording?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What are the various types of Actions in UFT?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Discuss quicktest professional (qtp) environment?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
There is an excel file of 1 to 100 sheets how you will iterate through it?
What is quick test pro?
What are the Test design techniques you uses in ur project?
How many add-ins comes by default with quicktest professional (qtp)?
Give the syntax to import/export xls into qtp.
what are the challenges you have faced while testing web based application using the automation tools ?