What is the real use of different actions in QTP
Answers were Sorted based on User's Feedback
Answer / maruthi
Hi..take a simple example.
Test1:has a scenario like this
a)login
b)compose a mail
c)logoff
and Test 2: has a scenario like
a)login
b)delete a selected mail
c)log-off
so if u create login as one action and log-off as another
action in Test 1 then these two actions can be used in Test
2 instead of creating two actions again.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pravati
we use diff actions to devide the different functions in diff actions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Among all the check points what is the most important checkpoint?
How does QTP identify an object?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
what is retesting?
OPening of notedpad in QTP to write and execute the coding?
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me
How to make arguments optional in a function?
Can we use index on view?
How to creating an output value using quicktest professional (qtp)?
what is error and fault in terms of software quality?
what is the advantages and disadvantages of using functions instead of re usable actions
How to parameterize Object Repository?