Guys, can any one of u give the realtime example for
Regression Testing
Answer Posted / 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 |
Post New Answer View All Answers
When have you had to focus on data integrity?
What is a test server?
Explain test metric and the information it provides.
what are the status have in QC(Test Management Tool). and how you report?
What is six sigma?
Do you know anything about Set Top Boxes?
What is defect cascading in software testing?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
what is agile model and spiral maodel?pls explain with an example?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
Suggest some book to learn more test case???
how to clarify functional requirements and non functional requirements in a srs?
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
explain fish model in detail?
What are the advantages of waterfall model?