hi all,
I have installed QTP successfully on windows vista.
I am able to record and run on windows applications, but
facing problem with web applications.
While recording, I am able to open the web application, but
when I click on any object or give login name and password,
the events are not getting recorded in QTP.
Could anyone solve the problem. Any settings to be done for
web applications other than selecting web-addin?
Waiting for replies.
Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / allabakash
launch qtp with web add-in and launch corresponding web
server and database and open browser with our web site
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shona
Hi
i too m getting same problem.Could and one solve it please
thanx
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aryan
Try opening the Web application after opening the QTP
application.
| Is This Answer Correct ? | 0 Yes | 1 No |
Where we use data driver in qtp?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
How does you pass optional arguments in qtp?
What is the difference between systemUtil and invoke method..?
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
how to click the link in webpage by using QTP Script????????
Explain the concept of object repository & how QTP recognises objects?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You