How to get line numbers in your editor in expert view?
Answer Posted / dinesh
Tools -> EditorOptions -> General -> Show Line Numbers
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain actions in qtp ?
explain abt dyanamic changing object with example?
Discuss quicktest professional (qtp) environment?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What are the views available in quicktest professional (qtp)?
What is qtpro?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
What are some test assets and related extensions of qtp?
How you can decide which type of object repository you have to use?
How to analyzing test results using quicktest professional?
Explain the views in the QTP GUI?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.