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
Can you explain regression testing and confirmation testing?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
How many types of api testing are there?
Write the test cases for godaddy home page
What icon is used in WinRunner to get an explanation of the syntax of TSL?
What is error cusing tecnique
What is a test log?
MS Paint
HOW TO CREATE SRS REVIEW REPORT TO PL?
Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place
wat if fiddler and how it is used in tesing an application. please explain with a real time scenario
What is the difference between GUI Testing,UI testing and Usability TEsting
Can you explain steps in function points?
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.