1.What is the ONE key element of 'test case'? 2. What is the ONE key element of a Test Plan? 3.What is Metrics?4.What is a Test procedure? 5.What is the difference between SYSTEM TESTING and END-TO-END TESTING? 6.What is Traceability Matrix and Test Matrix? Is there any interchangeable term for Traceability Matrix ?Are Traceability Matrix and Test Matrix same or Different ? 7.Define Quality - bug free, Functionality working or both? 8.How will you track bugs from winrunner?9.What is the difference between smoke testing and sanity testing ?10.What is Entry criteria and Exit criteria ?11.Test plan and it's contents?12.severity & priority?13. V - Model and its advantage?14.Exceptional testing?15.what is web server?16.What is the bug found in yahoo site?17.Write test cases on Hand Watch and also on ATM Machine?

Showing Answers 1 - 27 of 27 Answers

charles

  • Dec 8th, 2006
 

1) anytime a testcase is unique and it is individual.

4) test initiation=>test plan=>test design=>testcase preparation=>

testcase execution=>test log.

5)no big diff.between system testing and functional testing 

end-to-end testing is nothing but find out whether our appli. can co exits

with already exiting s/ws to share common resoursesr not...

9)reject appli.build with exact reason is nothing but smoke testing

  Was this answer useful?  Yes

charles

  • Dec 8th, 2006
 

10) base state and end state of our application build is nothing but entry &

exit conditions respectively.

12) important of functionality w.r.t customer site people;

imp of functionality w.r.t programmersite

  Was this answer useful?  Yes

charles

  • Dec 8th, 2006
 

17.Write test cases on Hand Watch and also on ATM Machine?



Successful selection of ATM card;
Successful gaining access to enter into ATM Room.
Successful insertion of the card into the ATM.
Unsuccessful insertion of the card due to wrong direction.
Successful selection of language.
Unsuccessful selection of language
Successful entry of PIN number
Unsuccessful entry of PIN number due to wrong entry.
Successful selection of Account type.
Unsuccessful selection of Account type due to wrong selection.
Successful selection of appropriate option to show the balance amount in the account
Unsuccessful selection of appropriate option to show the balance amount in the account due to wrong selection.
Successful selection of another transaction option.
Successful Selection of the option to Withdraw.
Successful entry of required amount.
Successful selection of whether you require receipt for this transaction or not.
Successful receiving of the amount

  Was this answer useful?  Yes

Anitha

  • Dec 11th, 2006
 

6.There is no difference between Traceability Matrix and Test Matrix.Both are same.only terminology usage is different.

11.Test plan is a strategic doc,inorder to carry out testing process in an effective,efficient and with autmost optimization.

contents:1.test scope/objective.

2.test schedule.

3.entry and exit criteria.

4what are the areas to be automated.

5.what are the tools to be used.

6.authority approval.

9.sanity testing:it is an over all testing performed on an application by test engineer to see for availability of all functions.it is a test for availability done by test engineer.

smoke testing:it is an over all testing performed on an application by developer to see for availability of all functions.it is a test for availability done by developer.

13.development and testing are done parallel.

  Was this answer useful?  Yes

sandhya

  • Dec 19th, 2006
 

V model is

top most level -> Unit testing : max no.of test cases -> developers -> Coding phase

next low level -> System testing : less number of test cases when compared to unit testcases -> tester -> System testing phase

next level -> System Integration testing : less number of test cases when compared to system testcases -> tester -> System Integration testing phase

next level -> UAT testing : less number of test cases when compared to system integration testcases -> tester -> User Acceptance testing phase

Advantages : We can start with max no of test cases to cover up all the scenarios involved in the requirements and end up with less number of requirements at the UAT side so as to satisfy the client's requirements

  Was this answer useful?  Yes

narapureddy

  • Feb 26th, 2007
 

it is not taking the exact format to enter id's
 i.e supose first we enter password and then password it will access, i think this is one

  Was this answer useful?  Yes

1.The key element of test case is it has unique identifier.
2.The key element of test plan is it has unique identifier.After the plan is executed,it is important to trace if the plan is followed.
3.Metrics means measurement.Anything that is numeric comes under metrics.Example,The software req,h/w req,resources etc...

  Was this answer useful?  Yes

Hi,

3)metrics is nothing but it is used to measure the software.

10)entry criteria- Precondition to start testing
     Exit criteria-    Postcondition to stop testing.

12)severity: reflect to the seriousness of bug and decided by Testers
     Priority: reflects to which bug should rectify first and decided by developers.

I think remaining questions are answered by others.
Regards
Triveni

  Was this answer useful?  Yes

Smoke Testing:  This is the initial testing performed by the Test Engineer as soon as he receives the build.  During this testing, a test engineer will look for availability of all functionalities to carry out testing.  If any functionality is missing that prevents him from performing testing activities, he will reject the build and request for a patch.

Sanity Testing:  This testing is also called garbage testing.  During this testing, the test engineer will look for any extra functionalities in the build, as the build is not supposed to contain any extra functionalities.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions