which checkpoint we use to validate yahoo login screen
window after login with ur id and password in qtp
Answer Posted / anonymous
Already I am nervous.
First give me job. Then I show you how to do auto. Please
don't ask such type of hard questions.
----------------------------------------------------------
By using Standard Check Points. Check the title of the Next
Widow.
Ex: title="welcome.*"
x=Browser()page().GetROProperty("text")
If x="welcome JIGGA" then
Browser().page().webButton("").click
End if
We can use this as a standard check point.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
how do i know how to use tools
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
If I change the property value at runtime is it effect is object repository?
Without using gui map editor we can recognize the application in winrunner ?
How to remove the associated function library?
what is test scheduleling?
What is the difference between Keyword Driven test and Data Driven test?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is regular expression?
What is synchronization point in QTP?
How to use parameterization in qtp?
what is the structure for the data driven framework
Where we can use the synchronization?