How to test whether the navigation i.e. from one page to
another is working r not using QTP for web based
application
Answer Posted / dhana
Once after cliking on Any Link(or)Button for Navigating to
other pages just
Browser("Browser name").Page("Pagename").Exist
check above particular code for number of pages in u r
Application in a Loop
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the difference between local and shared object repository in qtp?
In qtp is it possible to check broken links of a page?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is synchronization? What are the ways you can synchronize?
Explain actions in qtp ?
How do you perform Regreession Testing?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Difference between action & Reusable action?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Hybrid framework supports Descriptive programming. Is it true?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.