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 |
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
Hi Can u plz suggest who is the Best Faculty for Advanced QTP Scripting in Hyderabad ,plz suggest me..... or send me a replay to satheesh.goli@gmail.com, r make me a call 9866335752
How to get Traceability matrix from TD?
what is Entry Criteria and Exit Criteria?
Why divide a test into three action calls?
What is the real use of different actions in QTP
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
how u will describe testing activities?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail