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.



1. Regression& Retesting 2. What is usability testing? 3. Functionality testing 4. On what ba..

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

Post New Answer

More Manual Testing Interview Questions

1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis

3 Answers   CareFusion, TCS,


why testcases are written and what is the importance?

0 Answers   Technosoft,


What is OSS and BSS?

1 Answers   Cap Gemini,


Please tell me difference btn Version & Reversion . Is there any difference btn them or both have same meaning.

3 Answers   Wipro,


Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?

0 Answers   iQuest,


how to connect your project in database?

0 Answers  


What is QA Release Package ?

1 Answers   IBM,


We believe in ad-hoc software processes for projects. Do you agree with this? Please explain your answer.

2 Answers   Ordain Solutions,


What is the difference between integration and system testing?

5 Answers  


How does quality control differ from quality assurance?

0 Answers  


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.

0 Answers  


what r all the documents does the testers create? some saying testing document starts with test policy,what is all this things? Does anyone have example application to explain this document or any links,plz provide. Also,will someone tell me what is test methodology? kindly help me....thank u!

1 Answers  


Categories