When do u perform REGRESSION testing and how to perform
it ?
Answer Posted / aditya
Regression testing is testing of a build when the
bug/defect re-opens.
for eg. a bug is found is build1, it is reported to a
developer, u execute the same script on build2, if it re-
opens it is nothing but regression testing.
When we talk about manually performsing regression
testing ,its nothing but executing the same test case on
various builds and it should be the same when it comes to
automation too as regression testing is a main candidate
for regression testing.
| Is This Answer Correct ? | 4 Yes | 27 No |
Post New Answer View All Answers
What is boundary value testing? Give an example.
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
What is agile testing and why is it important?
Give me an example of something you tried at work but did not work out so you had to go at things another way.
If project wants to release in 3months what type of risk analysis you do in test plan?
what is base time , how can we base time your doc"s ?
what is sanity test (or) build test?
What are the different ways of doing black box testing?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What’s the difference between a bug and a defect?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.