what is automation life cycle?
Answers were Sorted based on User's Feedback
Answer / devbanand
General Automation cycle irrespective of any tool,
1.Start Recording
2.Start Application
3.Actions
4.Close the aplication
5.Stop recording
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / u m rao
To begin with Automation candidates(test cases for
features/modules that needs to run frequently) can be
identified using ROI or any other technique or priority that
is specific to your Organization. Typical test automation
life cycle can be as follows:
1) Generation of Test Scripts > Start Recording Feature of
automation tool that you use > Perform all actions that are
required for you to execute > Stop Recording
2) Optimize the test scripts > Run through the script
generated by tool, identify the common code that is reusable
and make it is a function/method and arrange these methods
in appropriate packages. Place proper verification points in
the test script to evaluate the Pass/Fail criteria for each
of the test case.
3) Maintenance/Fine tune the test scripts as per new build
>> Once you get the new build, run the test scripts using
playback to see any adjustments to be done so that all your
test scripts run properly
4) Execute, Analyze & Report >> Run test scripts in every
successive build (at required intervals in the current build
to ensure continuous functioning of all the features),
Analyze the test results for accuracy and Report appropriately.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the extension of gui map file?
How to get the system date and time in winrunner?
Which Key is pressed to toggle between Analog and Context Sensitive Mode?
soft key for virtual object wizard ?
can anybody please send me important scripts in qtp
what is mean by test coverage?
hi i am unable to do select the flight in the flight table like list_select_item ("Flight",v_Select_Flight); v_Select_Flight=19072 LON 08:00 AM LAX 10:00 AM AF $161.90 why it is happining pls clarify me doubt
Which function in TSL invokes AUT
what is the automation frame work ?
What is the different types of Data driven testing?
which testcases do u automate?
what is the difference between testlog and testdirector? thank u