there are having 10 checkboxes..how can i check only first
5 check boxes by using descriptive programing..
Answer Posted / pushpa
By using select method and index property.
.select "#0","#1",....
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How will internal and external links be validated and updated? how often?
How to attach a file to TD?
any body can you help me what is the script to automate an comand promt
Explain the differences between table and db checkpoints?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
Whether qtp 9.0 supports Test director8.0
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Can you list some technologies that support qtp?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What is difference between run time object and test object?
what is vmodel?advantages and disadvantages of vmodel?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How many types of run modes are there in qtp?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.