Very Important Question and helps the interviewer in identifying whether you are real time software tester or a FAKE. Give me a scenario in your project wherein you used all these three testing types : Regression testing, Retesting and Integration testing and also write a few test cases for all these tests.

Showing Answers 1 - 16 of 16 Answers

When i was testing the registration process of my web page.The scenario was like this:First user register using email and his name only. Ofcourse email confirmation entry was there.second , when user complete the first step he/she get the mail from web admin. Its a web project.User have two options to continue on the second step.A) either follow url1 , user will directly go to second form with prefilled informations.B) follow url2, then another confirmation for auth. key that is send to user with mail.Now problem was here, the bug was here, user can continue without fillling the information.Here i do the all three testings.Testcases are so more to describe here.

  Was this answer useful?  Yes

nirmmal

  • Nov 7th, 2006
 

Gr8  jainbrijesh you gave me an idea how all these three testing types can be done . please send the test cases( Copy-Paste) if possible to nirmmalc@yahoo.com or post it as a reply in geekinterview. Thanks in advance

  Was this answer useful?  Yes

nirmmal

  • Nov 14th, 2006
 

How do you go about testing a BANKING PROJECT? What r d Key areas to focus upon?

  Was this answer useful?  Yes

nirmmal

  • Nov 14th, 2006
 

Explain the steps you followed in testing ur BANKING APPLICATION and also mention d different tests u performed with a brief description for each-(not the definition) instead give d scenario whr u used these tests. Thanks in advance.... 

  Was this answer useful?  Yes

sampath

  • Feb 22nd, 2007
 

HI ,

Thanks a lot Jainbrijesh , I want still more information please help me , tell some thing more about banking projects & some of the test cases on that one  and what all points we have to keep in mind in front of interveiwer n what all suppose to put in resumes if we are putting fake , please help more & expecting soon from your side


Regards,
Sampath

  Was this answer useful?  Yes

For User Registration page, user have to complete the 3 step process
Test case covered with Process 1, 2 & 3 for complete Registration is Integration Testing.

Founded bugs are arised and fixed from the build is execute again with same or different Test date with Test cases is to check the bug is close or not is Retesting
eg) during 2nd step registration page user unable to complete the page with the valid test data

Module related Test cases are executed again in the build to check that the code changes should not affect any more in the build is Regression Testing

eg) Retested bug is retested again with related Test cases for the same module

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions