How to invoke QTP using Dos prompt ?
Answers were Sorted based on User's Feedback
What is XML checkpoint in QTP. How we can use in Web Based application
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
What is the syntax for how to call one script from another?
is there any addin for remedy user application
How will you compare keyword and expert view?
How to capture screen shots when an error occurs?
What are the 3 main stages involved in testing with qtp?
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?