What is Retesting & Regression Testing? When do we use
retesting & regression testing(i.e In what situation)?
Please clear me.
Answer Posted / priyan
when a developer fix the bug and send the modified build to
a tester, first tester do Re-testing on that module or
application. Re-testing means, testing the module whether
the bug is fixed or not with multiple sets of data.. then
Regression testing : when the tester come's to conformation
that the big is fixed, then he starts Regression testing on
that modified build. in this testing, the tester test's or
checks whether the modified build is showing any impact on
other application or not.. means whether new application or
functionality is effecting other application or not.the
tester checks after fixation of bug,we got any side effects
in application or not...
why because , during the bug fixing some parts of coding may
be changed or functionality mat be manipulated.. in this
case the old test cases will up-dated or completely
re-written according to new feauter of application where bug
fixed area.....
if any mistake pls correct me .. tank u every body
priyan
priyanonlyone@gmail.com
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What are the advantages of black box testing?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
Have you prepared traceability matrix and how to prepare it?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
What is virtual creation tool?
How we will test ubercate
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What exactly is quality control? Is it similar to quality assurance?
How do u go about testing of web application?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
How can I done a Web Testing? Which steps are include in it?
How to do the performance testing manually? Does you have a test case for that?