How do you configure QTP AND Test director?
No Answer is Posted For this Question
Be the First to Post Answer
what is standalone database
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
When we use Object Spy? can we write QTP script before built is came in testing?
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
what is a file system object in QTP
Explain the difference between data driven testing and parameterization ?
what is exacltly TIERS ?
When ‘option explicit’ keyword is used in qtp?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
How can we use XML in QTP?