Call to copy of an action and call to existing action…
i know the diff but in real project how to use..? i want live scenario.pls help me..
No Answer is Posted For this Question
Be the First to Post Answer
What is an environment variable?
How does qtp identify gui object?
Explain the terms test and business component?
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
Dear Friend, I am New in QTP 10 so can any one tell me how to do QTP testing on WEB APPLICATION while writing VBScript. If Possible then Give Example how to write vbscript in QTP to test WEB Apllication. Vishal Patil
Where to use function or action?
What are the advantages of parameterization ?
what is file database
why we use environment variables
how to prepared for first for the first interview?
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.
There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?