how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answer Posted / chandra
use "for loop" concept for popping up error msg
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
can test automation improve test effectiveness?
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is QTP scenario.
How to build scripts that access data from external sources?
What is the architecture of your project? Can any one answer for this question plz........
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What are the recording modes in qtp?
What is the purpose of loading qtp add-ins?
Object repositories types, which and when to use?
Where to use Property Let, Property Get, Property Set in UFT
What are the differences between quicktest professional and winrunner?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
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.