What is the differnce between action & script
Answers were Sorted based on User's Feedback
Answer / saheer.shaik
A sequence of related statements are called "Action".
But a script will contain more than one Action
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / kiran
I think with an Action we can associate a Object Repository.
But a script is a general VB script with which we can't
associate a Object Repository.
Is This Answer Correct ? | 2 Yes | 3 No |
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
what is the difference between parameters and arguments?
how can i call an external action,which is not added external action of an action?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
How u prepare Test result summary in QTp?
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
What is a checkpoint? How many check points are there in qtp?
What is reusable action?
how to create flat file datasubmission in qtp
What is the use of breakpoint in qtp?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.