How to test whether the navigation i.e. from one page to
another is working r not using QTP for web based
application. plz explain in detailed or mail the sample
code to malepatin@gmail.com
Answer Posted / jay prakash
you can chek the link (href field or http:// field)... if
its changed from the previous one that means you have
sucessfully navigated.
Please let me know if it helps.
Regards,
Jay Prakash
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
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
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.
How to call a test from another test?
Explain process of smart Identification in QTP?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
why should we give deliver good quality software?
How will you find the current time of the remote machine using QTP script?
What is a reusable action?
How can you identify the browser and its information using QTP script?
Explain how qtp identifies object?
How we can import data from database?
Define Error Pane of UFT?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code