Explain Descriptive Programming Types with Examples?
No Answer is Posted For this Question
Be the First to Post Answer
how can i add an action(external action) programmatically?
how can we retrieve ten rows from the data table using loop concept?
Explain Checking XML....
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
How to capture all the data of a webtable, weblist and combolist using QTP?
What is the difference between Keyword Driven test and Data Driven test?
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 to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
images are dynamically changes how to compare two images with out using the bitmap
Can u call txt extension file in QTP?
what is retesting?
How to use conditional loops in qtp ?