what type of test cases tou will automate?
Answers were Sorted based on User's Feedback
Answer / rajendra prasad
Before going to Test automation Test engineers prepare
Testcases for each functionality of the application.
Test Automation Used to reduce the testing time of the
application.
It is impossible to automate the all fucntionalities
of any project.
Some testcases are very important and these testcases are
needs to run every time after getting a build for testing.
these testcases are called as Smoke/Sanity testcases.
One morte important thing to remember:
Automation will be used for products/projects which needs
continuous maintanance support and updations.
Repeatedly executing textcases,more time consuming testcases
will be automated.
Automated tests used to conduct regression testing on
application.
Byeee
Rajendra Prasad
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / srinivas
Regeression Test cases
bcak end test cases
sanity/smoke test cases
performance related test cases we can automate
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / marcus
When there is repeatability in the application and the
application which under goes maintanence in large scale
requires automatedd testing.In the other hands when there
is difficulty in validating large amount of data manually
requires automated testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram.polavarapu
regression testing we can automate and sanity test also
| Is This Answer Correct ? | 0 Yes | 0 No |
What are default add-ins in qtp?
what does it mean when a check point is in red color? what do u do?
What is qtpro? What is a quick test professional?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
What is test object model in quicktest professional (qtp)?
How to do Batch run in qtp? provide the steps?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)
whai is meant by automation testing?
What is the extension of script and object repositary files?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?