1. Regression& Retesting
2. What is usability testing?
3. Functionality testing
4. On what basis you will write the test cases
5. do you written the test scripts also
6. where do you store the test cases
7. where do you execute the test cases.
8. Do you prepare the requirements.
Answer / rajendra
1.Regression: Testing the application/system after the bug
fix to check whether the bug fix affecting the remaining
functionality of the application.
This test will be conducted on every build when previous
bugs are resolved in that build.
Retesting: Re-execution of alltest cases after receiving
every build.This will provide confidence all
the good working features of previous build
are working fine.
2.Usability Testing:Testing application how user friendly
when user using it.
3.Functionality testing:Testing each functionality of the
application.
4.basis to write the test cases:
Generally we refer SRS(software requirement document) to
write testcases.
To under stand Flow of trasactions we will refer the flow
diagrams.
To write the GUI test cases we will refer the model screen
shots(normally provided in Design document)
For database test cases we will refer the database tables
defnitions in SRS document.
5.If the testing is done by Automation tool then we should
write or record test scripts using automation tool.
6.Configuration management tool like VSS or Just we will
keep it as share document.
7.Manually one by one by seeing the excel test case
document or by using any automation tool.
8.Normally testers won't involve in requirement
preparation.
Byeeeee
Friends
rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
WHAT IS GUI TESTING
what are test deliverabls?
How do you know the code has met specifications?
Explain Equivalence Partitioning ?
Hi, this is murthysharma. I need very urgently about some terms which are used in use cases? Plz give reply to me, if any body know, It is really very very urgent. 1. what is the difference between basic flow,exception flow and alternative flow? 2.what are non-functional requirements in use cases? 3.what are exceptions, special requirements, business rules, assumptions, constraints. Kindly give me with the example. Bcoz, I am very new to this use cases. thanks in Advance. Regards, M.MurthySharma
If there is a field called "Amount" which takes 4 digit number & 2 decimal points what will be the test data for this.
what is deadlock in manual testing?what is another name for this deadlock?
what is the diff between BVA & ECP and also advantages about thease techniques..& i want some proper examples... from sekhar yadav sunkara svsekhar2003@gmail.com
howmany buids u hav in u r project , for how many days u get build
what is the output of the query select * from emp where 1=2
how The engineer communicates wiht T.L as well as test manager, In wich situation this type of i mean serious commnication takes place(give me one real time example).and how the interaction will takes place between tester and client can anybody plz clatify me.
What is positive and negative testing?