What is the difference between action & script?
Answers were Sorted based on User's Feedback
Answer / tharu
As far as script is concerned with QTP it is vbscript.
Since there are lengthy scripts we are splitting the flow
as actions and name it.In actions we can call to other
actions also.splitting scripts for clear understanding we
go for actions
Is This Answer Correct ? | 3 Yes | 0 No |
A script can have multiple actions.
A script is a test case which have multiple actions.
For an example, for an functional testing you can single
action which can be considered as a script
For integration testing you can add multiple actions which
is also considered together as a script
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghu
a set of statements that executes a script ia called an
action..
Script is a statement that defines an action...
Is This Answer Correct ? | 4 Yes | 3 No |
How to recognise the webelement and verifying that webelement is enabled?
where u maintain qtp scripts in ur company
Waht is diff between SystemUtil.Run and invokeapplication
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
what is the script for keyword driven framework in real time?plz its urgent
describe common problems of test automation?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
Is it possible to use two instances of UFT on the same machine? If not why?