from what stage you will start automation in your project

Answers were Sorted based on User's Feedback



from what stage you will start automation in your project..

Answer / tvl

In the execution time when we have findout repeatable
actions ,then we will use the QTP.

Is This Answer Correct ?    1 Yes 1 No

from what stage you will start automation in your project..

Answer / murali

When the application is stable enough. i.e., when the UAT
is done and one phase of the application signed off.
That particular phase can be automated.

Before automating one need to consider the points

Need to be automated
-> Can be automated
-> Cannot be automated
Technically difficult
Need not to be automated

Is This Answer Correct ?    0 Yes 0 No

from what stage you will start automation in your project..

Answer / deven

Product based
-develope products

Project based
for example.
-bankofamerica.com
-large/medium size
-small (3 months)
-100 test cases
-Builds: weekly
============================================
what is right time to do automation in a project
-code freeze/feature complete(functionality is
stable)
-develop scripts

Is This Answer Correct ?    0 Yes 0 No

from what stage you will start automation in your project..

Answer / vengi

When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing

Is This Answer Correct ?    0 Yes 2 No

from what stage you will start automation in your project..

Answer / raghu

when repeatable actions are need to be perrformed then
automation testing takes place.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

Where you get the run time data table?

0 Answers  


Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri

2 Answers  


What is difference between Class and MicClass

2 Answers  


Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri

7 Answers  


Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)

0 Answers  






how do close the task manager through QTP?

2 Answers  


What is the Diff between Image check-point and Bit map Check point?

3 Answers   Crea,


How to Import the data from MS-Access in QTP?

1 Answers  


Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?

0 Answers   Ness Technologies,


How the smart identification is used in real time?Please explain with an example

0 Answers   Wipro,


How many ways is to parameterize the value?

0 Answers  


How did you use regular expressions in QTP and also in WR?

0 Answers  


Categories