What are benefits of qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How to create basic scripts from a manual test case in QTP?
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 does you pass optional arguments in qtp?
Explain Descriptive Programming Types with Examples?
Explain the concept of object repository and how qtp recognises objects?
how to retrieve the xml file data through qtp. can anybody send script for this..
what r the drawbacks and limitations of QTP?
What are the check points can be inserted without recording?
What is the difference between client server application and web based application?
Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE)
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
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..