Why we have to split actions in a test?
Answers were Sorted based on User's Feedback
Answer / sreekanth chilam
To achieve more efficiency.
To achieve Modularity.
To decrease code complexity.
if we splitted,then We can make any action as resuable at
any time & we can copy or call that actions easily whenever
required.
we can run each action rather than entire test ..by
using "Run from Step" in any action.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vengi
susposeIf there is three actions ,then split these three
actions by right click on mouse and select split action for
make actions as reusable action and call them when your
wantand also call them by call to existing action
if it is wrong plese correct it
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / uday kumar_anem
To make our script more modularize, we split the actions
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / litan
2 ways
1.independent of each other
2.nested(2nd action is called by 1st)
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you identify the browser and its information using the qtp script?
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
What is the vb script when the url enter into the browser
Hi All As per the requirements i have to copy the data from word document to excel sheet using the QTP Note : Data in word document is in tabular format i.e there is 80 rows and 5 columns table Can any body provide code for this ? Thanks in advance Regards Test123Test
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
What is Virtual Object? Plz Explain me with an example?
Can anybody post some real time scenario in qtp? please its very urgent.
several browsers opened. write QTP script to close all browsers except gmail.
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
when a test case is written how u test using qtp
how to parameterise a test with data base table or excel sheet?
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query