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?
Re:
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?
Re:
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?
2.
PERFOMANCE TESTING:response times, transaction rates, and
other time sensitive requirements are measured and
evaluated. implemented and executed to profile and tune a
target-of-test's performance behaviors as a function of
conditions such as workload or hardware configurations.
Load Testing:Load testing is a performance test which
subjects the target-of-test to varying workloads to measure
and evaluate the performance behaviors and ability of the
target-of-test to continue to function properly under these
different workloads. The goal of load testing is to
determine and ensure that the system functions properly
beyond the expected maximum workload. Additionally, load
testing evaluates the performance characteristics
(response times, transaction rates, and other time
sensitive issues).
Stress Testing: Stress testing is a type of performance
test implemented and executed to find errors due to low
resources or competition for resources. Low memory or disk
space may reveal defects in the target-of-test that aren't
apparent under normal conditions. Other defects might
results from competition for shared resource like database
locks or network bandwidth. Stress testing can also be used
to identify the peak workload the target-of-test can handle
Volume Testing: It subjects the target-of-test to large
amounts of data to determine if limits are reached that
cause the software to fail. Volume testing also identifies
the continuous maximum load or volume the target-of-test
can handle for a given period. For example, if the target-
of-test is processing a set of database records to generate
a report, a Volume Test would use a large test database and
check that the software behaved normally and produced the
correct report
4.
defect: deviation from the requirements
bug : conceptually same as defect. technical people use
this word
error:mistake associated with the program that cause defect
Re:
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?
1) System Testing- it's end to end testing. Testing based
on the SRS and FS documents. Validation process
both functional and non-functionality testing carried out.
UAT- it's Acceptance testing. TEsting based on BRS
document. Verification process. Alpha and BETA testing
carried out.
2)Performance testing- we check the response time of the
application
load- on different work load, how the system will perform
stress-beyand the limit of load how the system will
response.
3)Integaration Testing-integarate all the module by top-
down or bottom-up approach.
System testing-complete end -to - end testing not only in
the integarated module including database,network
connectivity etc.
after integaration testing we perform system testing
4)Defect- founded by tester, mismatch between expected and
actual result.
Bug- Once tester place defect in the defect tracking system
it's called bug.
5)use case- it's a document, details about how the user
interact with application
fields are- Usecase ID, DEscription, trigeer, extected
result.
TEst CAse- From Usecase and TRM we prepare the test case.
test case it's for particular condition.
fields are - testcase id,procedure,expected result, actual
result.
Re:
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?
6)Test Plan- it's a document it have scope, approach and
entry and exit criteria,requirements details etc.
how to test.
test strategy-what to test, what r the approach neef to
result.
7_test scenario- it's a complete details about one
transaction. here we specify the test condtion
test case- it's complete details about partic;ar confiyion.
9) client and server
client- work as a dump terminals.
by useing client we do input and output
Server: all the data's stored on and rhe processing
take place.
Re:
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?
10) Test case template is a step by step description of
the action we do to test the application. Test case
template consists of step#, description of the step,
expected results and actual results.
11) Test plan template is consists of the objective,scope
and the schedule of the testing and what is assigned to who.
12)Testing process - Analyzing the requirements
Creating the test scenario,
Creating the test plan,
Prepraing the test cases,
executing the test cases,
Login the defects,
Tracking until defects are resolved.
13) Bug report template consist of
bug ID, test case ID, test scenario Id, description of
the bug, name of the tester, name of the assigned
developer, Priority level, expected results, actual
results, status of the bug i.e new, open, closed.
14)Scenario is set of test cases.
15)Criteria is how well the application is working with out
any defects. This is decided by both client and the testing
manager.
Entry criteria- Means is the application testable, is the
environment ready to the testing. How long the testing is
going to take.
Exit criteria- This is defined by the client like
application should be delivered to the client with 0 high
level bugs, 0 severity bugs, 0 medium bugs, and 1 or 2
small bugs.
20) Stress testing- Testing the application under heavy load
sanity testing - Testing whether the build is ready of
the approaching the test.
23) Boundry value- Min and max lenght of the fields
24) Equivalence value- is to check the valid and invalid
data of the field.
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.