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 use of test director testing tool?
hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
What is the purpose of a gui spy?
how scripting language & programming language are different?
How to convert Manual Test script into Automation Test Script?
how to open an application
WinRunner will suppost "Cold Fusion"?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
How do you filter the objects in the gui map?
i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >
what is the syntax for regular expression.dont send the types like regexp_label,regexp_msw_class