In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
Copy the function names and press Ctrl+F to open the find dialog, past the copied function name in "Find text:" box and select "Entire solution" from Look in: list box and press "Find Next" or "Find All" button.
You will get the required function name from all functin libraries
| Is This Answer Correct ? | 0 Yes | 0 No |
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
How can we import a Open Office excel file in QTP
How to import the Test Results in QTP to an Excel sheet
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
whaht is the difference between CLASS & OBJECT?
How to import excel sheet to QC?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
what is difference between calling a function and reusing an action?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.