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 |
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
How is a Step generator used in UFT?
setroproperty and getroproperty difference
Connect to QC using AOM.
Can any one please explain hwo to test client/server application using QTP?
Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..
How can we close all webbrowsers which are opened in out desctop?
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)