Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Guys, can any one of u give the realtime example for
Regression Testing

Answers were Sorted based on User's Feedback



Guys, can any one of u give the realtime example for Regression Testing..

Answer / vigneshwaran

Regression Testing - when new features has been added after
one round of testing completed, At that instance the
testing has to be done for the new features. Also test the
previous feature which has passed the test earlier. The
functionality of the previous module or the resulting
module shouldn't have the bug for the enhancement.

Is This Answer Correct ?    9 Yes 1 No

Guys, can any one of u give the realtime example for Regression Testing..

Answer / balaji m

Checking the existing functionality is working fine or not.
Because of new functionality is added.

Real Time Example:
In login page, username(text field), password (text field)
and singin button is created in first release. While
releasing later or in the second release we are adding the
new functionality Reset Button.

Before going to the second release we are checking whether
the USERNAME, PASSWORD and SINGIN Button working fine or
not, because of new functionality is add (RESET Button)

Is This Answer Correct ?    7 Yes 0 No

Guys, can any one of u give the realtime example for Regression Testing..

Answer / rajnish

Testing in simple terms means to check for defects, errors
or faults in any applcation under test.
We try to ensure that the applicaiton behaves as it is
required to (as per functional specifications) and also
ensure that application does not behave in a manner that it
is not supposed to (Negative testing).

Testing when carried out without the help of any tool is
called as Manual testing. When user is required to carry out
every activity related to testing manually, we say it is a
Manual testing process.

A simple example of testing would be a Login screen - we
could test quite a few scenarios. Enlisted below are a few : -

1) Checking if Both Username and Password are entered and
not blank
2) Masking of Password is implemented
3) Verifying if screen navigates to next page incase valid
Login credentials are provided.
4) Incase of invalid login, ensuring system does not
navigate further but displays an error message.
5) Checking the maximum possible length of login and
password fields.

I have tried to avoid the usual definitions for testing and
sound as general as possible ......

Is This Answer Correct ?    7 Yes 1 No

Guys, can any one of u give the realtime example for Regression Testing..

Answer / amrita jha

manual testing;-
manual tesing means to perform manual test operations on the
aut without any help of automation tools.
steps for manual testing:-
1. Understand the functionality of application
2.prepare the test plan
3.write the test cases and execute on the aut.
4.verify actual and expected results
5.prepare the bug report
After recieving the modified build from the developer we wil
go for retesting and regression testing.these process are
repeated until the bug status is closed.

example:-
electric bulb
test cases:-
1.the bulb should be of required shape and size
2. Should be able to fitted and removed from the holder
3.should sustain the voltage for which it is designed for
4. Should glow on switching on
5.should not glow on switching off
6.should glow with required illumination
7.life of the bulb should meet the requirement

Is This Answer Correct ?    4 Yes 2 No

Guys, can any one of u give the realtime example for Regression Testing..

Answer / g@ur@v

Hey people,

the question is all about "Guys, can any one of u give the realtime example for Regression Testing" but y r u teaching manual testing here...wasting other people's tvaluable time to read them.....

Is This Answer Correct ?    0 Yes 0 No

Guys, can any one of u give the realtime example for Regression Testing..

Answer / jahid

Make sense, the guy asked real time example about regression testing,
see, ebay.com sales and buy staff. Almost every day new product added and old gone.If we consider new product is new feature, and its individually functionality is fine but it could create new problem for other product functionality, thats why we need to test overall functional testing ,so that make sure functionality of the application is ok.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Explain a bug which if you have missed could have created a big problem?

1 Answers   Crea,


Different types of design documents which can be used to write effective test cases(if FRS and SRS is not enough to write the test cases.)

3 Answers  


Can you please let me know the negative test cases for telephone and notepad?

2 Answers  


What is Defect Density?

2 Answers   Acute Technologies,


what is the difference between test plan doc. and test strategy doc. ?

1 Answers  


Who can perform the unit testing?

5 Answers  


7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss

3 Answers   Mind Tree,


What is XML Testing? Do we have any tools to test the XML? Please let me know.

0 Answers  


Non functional testing Examples ?

1 Answers   Stag Computers,


what is non functional requirements used in ur project?

6 Answers   MAHINDRA,


If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?

8 Answers   Impetus,


if we got new bug in the retesting due to errors in the code is the bug regression bug or retesing bug

3 Answers  


Categories