What is synchronization? What are the ways you can synchronize?
Answer / Vivek Kumar Katiyar
"Synchronization in QTP ensures that the application's state matches the expected state before performing further actions. Some methods of synchronization include WaitForProperty, WaitForCondition, and WaitUntilPageLoadComplete."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to see the screens after running test in QTP?
How to analyzing the checpoint results?
How many types of status are there?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
what is the advatages of merging of object repositories in Qtp9.0
What is .Ini file in QTP?
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
How to recognize and read data from pdf file using Descriptive Programming in QTP?
Define Environment Variable in UFT and its uses?