how can u do regression testing tell me procedure?
Answer Posted / neelavathy
The regression testing is conducted on modified build, as
soon as we get the modified build from the development team
we conduct testing on previously failed test and then passed
tests and then related tests. If any mismatches occur then
we are submitting the bug report to the lead.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the properties of a good requirement?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
whats main working for tester. and developer, and prject manager.
How can you do the scalability testing?
how deployment phase of SDLC differs in product based and in service based company ?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
what is TAS language which is used as a language for some projects/
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
When should you opt for manual testing over automation testing?
Hi Frnds, this is Aman.. can anybody tell me plz what kind of QA Interview questions are asked by IDS Infotech Ltd., Chandigarh? I have lil bit experience only in Manual Testing.. Plz answer my question as soon as possible.. Thnx in advance..
Can you explain equivalence partitioning?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....