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 / akhilesh
25. Error Guessing
Error guessing is something which come with experience. Like if u have done testing of any login page in past and find some bugs there, u apply the same concept while u test new application.
27.What is Bug , Defect and Error?
Bug - A bug is something which is reported by a tester while testing functionality of application.
Defect - A defect is reported by client at the time of UAT.
Error - Error is something done by developer in the code.
28.How will you report the bug?
Whatever we find which is not mentioned in requirement document or not implemented as per requirement is reported as a bug.
A bug has a complete life cycle starting from open to close.
Once a tester find a bug, he logged it as a status as open. Developer fixes the bug and changes status as to fix. Then tester retest that bug and if he think that now the functionality is satisfied then he changes the status to close. Mean while if developer find that, bug reported by tester is actually not a bug then he set status to not a bug. At the same time, if tester find that the bug with developer status as fix is actually not fixed,,then he changes status as reopen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
What is the difference between functional testing and integration testing?
Where we have to use perl scripting in Testing approach and its importance
You may be overqualified for this position we have to offer
How quickly we need to fix the bug? Or how soon the bug should get fixed?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
Hi.....wat r d major bugs we can find in banking domain???
What is Pre UAT and UAT is there any difference ?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
What is a test severity and test priority? difference between them with suitable examples?
What's the difference between alpha and beta testing?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
How do you test a web application for dump and deaf??
why QA team is necessary for an organization?