FOR what type of prjects we r using automation,why?
Answer Posted / debidatta pattnaik.
Automation Testing Has to be taken If
1- Repeatation Is there
2- If the test required any internal information like
database, gui attribute.
3- if Stress / Load is there.
4- Tests that use multiple data values for the same
application.
Then that project need automation testing. That does not
matter whether ur project is small or big.
if ur project required only one time test then dont go for
automation.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Difference between Stakeholder and Relevant Stakeholder?
What is known as data-driven testing?
Write the test cases for file transfer from one user to other from Google Drive/drop box?
You may undergone many projects. Do all the projects match up with customer’s expectations?
What is bug, deffect, issue, error?
How does quality control differ from quality assurance?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
What is exploratory testing and when should it be performed?
Want to learn Manual Testing in just two days? Students around Thanjavur, Trichy, Mayavaram and Kumbakonam Mail to manualtestingtraning@gmail.com. Entire Manual Testing Concept. Any doubt regarding IT Job please mail above ID
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is showstopper defect?
When will the testing starts?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?