1.Difference between System Testing and UAT
2.Difference between Load, Stress, Volume and Performance
Testing.
3.Difference Between Integration testing and System Testing
4.Difference between Bug and Defect
5.Difference between Use Case and Test Case
6.Difference between Test Plan and Test Strategy
7.Difference between Test Scenario and Test Case
8.Difference between SRS and FRS
9.What are the difference b/w client & server?
10.explain test case template?
11.explain test plan template?
12.explain testing process?
13.explain bug report template?
14.what is scenario?
15.what is criteria?What are test entry and test exit
criteria?
16.what is test strategy?
17.what is baseline?
18.what is hotfix?
19.what is Inspection,Walkthrough,Review,Audits
20.what is Stress Testing,Volume Testing,Sanity Testing
21.what is QA and QC?
22.Explain V-Model and Stages? What is Adv And DisAdv?
23.What is Boundary Value Analysis?
24.What is Equivalence Partitioning?
25.What is Error Guessing ?
26.What is Cause Effect Graphing techniques?
27.What is Bug , Defect and Error?
28.How will you report the bug?
29.What are the different test deliverables? Which
deliverable we need to submit at the end of testing?
30.What methodologies have you used to develop test cases?
31.How you will close the defect?
32.What is meant by the bug state "Reproduce"?
33.What is change request?How do you handle change requests ?
34.what type of documents do u prepare during testing?
35.what are the testing methodologies?
36.What is release notes?
37.what is Response Time?
38.What report u generate after completing testing?
39.What is Test Bed?
40.Example for a bug having high severity and low priority?
41.Give me examples for high priority and low severity defects?

Answer Posted / shyamala

1.Difference between System Testing and UAT
System Testing is done after Integration Testing is done
and application is put on a System and test it as a whole
is called System Testing.
UAT is done after the System Testing, usually done at the
client site and will be tested on the Business Scenarios.

2.Difference between Load, Stress, Volume and Performance
Testing.
Load Testing enables generating load to the particular
application and test it for its endurability. It may be of
any load. OS load.
Stress Testing involves in producing stress to the
application and tests it under various conditions. Low
memory etc.,
Volume Testing tries to generate more number of data inputs
and check for its capacity.
Performane Testing generates virtual users and tries to
check for the operablity.

3.Difference Between Integration testing and System Testing
The modules are integrated and tested for any
interoperablity issues is called as Integration Testing.
System Testing is done after the Integration testing and
focuses on functionality of the whole application.

4.Difference between Bug and Defect
Error in a application is bug, consequences of the error is
defect.

5.Difference between Use Case and Test Case
Use cases are drwan for Business Scenarios and are useful
for understanding the process. Test cases are document
which are used for covering the requirements with our
testing.

6.Difference between Test Plan and Test Strategy
Test Plan is Projct Specific and Test Stratedy is
organization specific.

7.Difference between Test Scenario and Test Case
Test Scenario are noting but the Test Conditions, Test
cases are derived from the Test Scenarios.

8.Difference between SRS and FRS
SRS defines overall functionality flow. FRS may define each
functionality in depath.

9.What are the difference b/w client & server?
Client - Requestor of Services
Server - Provider of Services

10.explain test case template?
Req Id, Test Case Id, Test Objective, Test Description,
Test Steps, Severity, Expected Results,Actual Results, Test
Result.

11.explain test plan template?
Project Description, Entry Exit Criteria, Suspension and
Resumption Criteria, Dependencies, Resource Management,
Deliverables.

12.explain testing process?

13.explain bug report template?
Defect Id - Autogenerated, Defect Title, deefect
Description, Expected Result, Actual Result, Severity,
priority, Assigned to.

14.what is scenario?
A functionality Flow is called as a Scenario.

15.what is criteria?What are test entry and test exit
criteria?
There are some pre-requesites to be available before
starting a testing phase are called Entry criteria and
outcome of the phase is called Exit Criteria.

16.what is test strategy?
What are all the Testing methodologies, Testing types and
tools used are called test Strategies.

17.what is baseline?
If the requirement/Document is freezed and no more changes
are allowed are called baselined documents.

18.what is hotfix?
Hot fix is a patch to repair customer side issues amd are
customer specific.

19.what is Inspection,Walkthrough,Review,Audits
They are all review techniques.

20.what is Stress Testing,Volume Testing,Sanity Testing
Stress Testing involves in producing stress to the
application and tests it under various conditions. Low
memory etc.,
Volume Testing tries to generate more number of data inputs
and check for its capacity.
Performane Testing generates virtual users and tries to
check for the operablity.
Sanity Testing is the detailed level of Testing which is
also called as"Build Verification Testing".

21.what is QA and QC?
QC is done at the end of each phase to verify the quality
product.
QA is done at the end of Testing phase to assure the
quality of the product against customer requirements.

22.Explain V-Model and Stages? What is Adv And DisAdv?
Advantages:
Tester can involve in the entire process from the day1.
Major bugs/Requirement related bugs are found and rectified
in the earlier phases of the SDLC.
Disadvantages:
Time consuming
Until tester gets the work product, testers should be idle.


23.What is Boundary Value Analysis?
Verifying for Boundary conditions where the number of
issues fall in.

24.What is Equivalence Partitioning?
Classifyng the inputs based on its type and making it as a
class called equivalence class.

25.What is Error Guessing ?
Predicting the defect based on the experience is called as
error guessing.

26.What is Cause Effect Graphing techniques?
This is a technique to develop test cases. First Inputs and
outputs are drawn with their relationships and transformed
to a Decision table. From the decision table, Test cases
are developeed.

27.What is Bug , Defect and Error?
errors and bugs are same which are made by the
developers,and defect is the consequences of the error/bug.

28.How will you report the bug?
Using any of the defects tracking tool.

29.What are the different test deliverables? Which
deliverable we need to submit at the end of testing?

Test Deliverables;
Test Plan
Test Strategy
Test Scenario Document
Test Case Document
Defects Report
Test Summary report

30.What methodologies have you used to develop test cases?

31.How you will close the defect?
Once the raised defect is fixed, and is passed after the
Regression, we can close the defect.

32.What is meant by the bug state "Reproduce"?
If the Bug is reproduceable by the testers or not..

33.What is change request?How do you handle change
requests ?
Using Version Control mechanism[Using VSS/ SVN] we can
handle CRs.

34.what type of documents do u prepare during testing?
Test Scenario, Test Case, Defect report, Test Summary
report.

35.what are the testing methodologies?
Agile, Vmodel, Waterfall Model, Spiral and RAD.


36.What is release notes?
It is a document prepared for Release, which generally has
Known defects, Any special feature icluded in this release
and Defects are addressed in this release.


37.what is Response Time?
Once an action is taken place, system's immediate response
time for the particular action is called as Response time.

38.What report u generate after completing
testing?
Test Summary Report.

39.What is Test Bed?
Test Environment setup is called as Test Bed.

40.Example for a bug having high severity and low priority?
Rare Runtime errors which is not able to reproduce.

41.Give me examples for high priority and low severity
defects?
Spelling mistakes on the Company names.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What different types of manual testing are there?

647


Give me sample test cases for smoke testing

8686


How to do Performance Testing manually for a Flash Application?

1856


can anyone help me regarding testing patterns?

1571


What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?

1664






What is bug severity?

655


ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.

1742


in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application

1262


PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING

3876


What are all the scenario for 1.google analytics 2.api 3.paypal

1463


How to explain the Insurance project in the interview?

1095


HI can i know who is taking real time testing classes in banglore? i am preparing to put 3+year experience in testing if possible anybody give suggestions for preparing 3+exp

1479


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

1721


Explain accessibility testing and its importance in the present scenario.

685


What is checkpoint? How can you handle the checkpoints?

2000