how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
runaction actionname(iteration mode,iteration
range,parameters)
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / akshar jain
u can do it by writing descriptively.. but usually all of
us are using qtp for testing purpose so a appliaction will
always be opened
Is This Answer Correct ? | 0 Yes | 1 No |
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How does u create new test sets in TD?
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
How can I generate customized logs in QTP ?
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
actually how many hours per one day we will work on automation (qtp) in real time
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
How to identify 2 versions of browsers based on regular expression
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?