How will you review test cases?

Answers were Sorted based on User's Feedback



How will you review test cases?..

Answer / thirumala naidu

Hi,

Once we complete the preparation of test cases whe have
to know whether those are correct or not or any thing we
missed out. Then we have to review the test cases.

Here we have review the test cases with the reference
of functional specificatins by using traceability
matrix.Here in traceability matrix we have the
specifications according to those specifications we can
identify whether we write correctly or not.

If any wrong let me know.

Is This Answer Correct ?    31 Yes 7 No

How will you review test cases?..

Answer / ramesh pandian

review the test case using traceability matrix by verifying
all the requirements are mapped with the test cases

Is This Answer Correct ?    16 Yes 3 No

How will you review test cases?..

Answer / deepthi karnati

While doing the test case review we have take care of the
following things
--> Test case should be easy to understand to the person
who does not know the functionality also should be able to
understand
-->It should cover all the requirements from the RTM
-->It should cover all the Positive and Negitive conditions
of the requirement
-->Verify for the validations of the fields
-->It should follow all the testing methods.

Is This Answer Correct ?    10 Yes 0 No

How will you review test cases?..

Answer / kishore kumar

Review the test case using traceability matrix by verifying
all the requirements (FRS)are mapped with the test cases.

Is This Answer Correct ?    5 Yes 1 No

How will you review test cases?..

Answer / ramarao

First of all u will desigin the testcase as for client
requirements,after that u can start peer to peer
review ,that means u can cheque all functionality will be
cover as for client requirements or not,and miss any data
enter into testcase as for requirement.tracablity matrix
prepare as for requirements,that give a map between
testcase to specifications.The templet of matrix is,
specification document name,specificatin no;,testcase
documentname,testcase no;

Is This Answer Correct ?    2 Yes 0 No

How will you review test cases?..

Answer / vivekananda

Once the test desing,spefication,procedure and execute the
test case base on funcational requirement specification.To
know that writen test case are correctly, a tracbility
matrix show that coverage of test cases based on test case
execution against requirement.

Is This Answer Correct ?    2 Yes 1 No

How will you review test cases?..

Answer / ashok

Mr. Tirumalanaidu what answer ur given is correct

Is This Answer Correct ?    1 Yes 0 No

How will you review test cases?..

Answer / suresh

plz mail the Requirement Tracibility Matrix templete to me
also my mail id :gade_suresh@yahoo.com

Thanks in advance
Suresh

Is This Answer Correct ?    1 Yes 0 No

How will you review test cases?..

Answer / mohan krishna

During this process, testers will executes all the
prepared test cases. which is called as "Entire
Functionality Execution".
Before going for executing testcases testlead will
review all the testcases in a document called as Requirement
Tracable Matrix(RTM) or Validation Tracable Matrix(VTM). Which
defines mapping between the prepared testcases and the document.

Is This Answer Correct ?    1 Yes 0 No

How will you review test cases?..

Answer / pradeep.s

this is the template of the tracibility matrix:---

step no
module name
high level requirement
low level requirement
test case name
automation script

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Test Cases Interview Questions

In a log in page what will be test procedure,test scenario,test discription & test steps?

1 Answers  


IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


how to write a test cases for courier offices?

0 Answers  


ATM REQUIREMENT TO BE TRANSLATED INTO TEST PLAN AND TEST CASES ATM REQUIREMENT AS FOLLOWS: Requirements Statement for Example ATM System The software to be designed will control a simulated automated teller machine (ATM) having a magnetic stripe reader for reading an ATM card, a customer console (keyboard and display) for interaction with the customer, a slot for depositing envelopes, a dispenser for cash (in multiples of $20), a printer for printing customer receipts, and a key-operated switch to allow an operator to start or stop the machine. The ATM will communicate with the bank's computer over an appropriate communication link. (The software on the latter is not part of the requirements for this problem.) The ATM will service one customer at a time. A customer will be required to insert an ATM card and enter a personal identification number (PIN) - both of which will be sent to the bank for validation as part of each transaction. The customer will then be able to perform one or more transactions. The card will be retained in the machine until the customer indicates that he/she desires no further transactions, at which point it will be returned - except as noted below. The ATM must be able to provide the following services to the customer: A customer must be able to make a cash withdrawal from any suitable account linked to the card, in multiples of $20.00. Approval must be obtained from the bank before cash is dispensed. A customer must be able to make a deposit to any account linked to the card, consisting of cash and/or checks in an envelope. The customer will enter the amount of the deposit into the ATM, subject to manual verification when the envelope is removed from the machine by an operator. Approval must be obtained from the bank before physically accepting the envelope. A customer must be able to make a transfer of money between any two accounts linked to the card. A customer must be able to make a balance inquiry of any account linked to the card. A customer must be able to abort a transaction in progress by pressing the Cancel key instead of responding to a request from the machine. The ATM will communicate each transaction to the bank and obtain verification that it was allowed by the bank. Ordinarily, a transaction will be considered complete by the bank once it has been approved. In the case of a deposit, a second message will be sent to the bank indicating that the customer has deposited the envelope. (If the customer fails to deposit the envelope within the timeout period, or presses cancel instead, no second message will be sent to the bank and the deposit will not be credited to the customer.) If the bank determines that the customer's PIN is invalid, the customer will be required to re-enter the PIN before a transaction can proceed. If the customer is unable to successfully enter the PIN after three tries, the card will be permanently retained by the machine, and the customer will have to contact the bank to get it back. If a transaction fails for any reason other than an invalid PIN, the ATM will display an explanation of the problem, and will then ask the customer whether he/she wants to do another transaction. The ATM will provide the customer with a printed receipt for each successful transaction, showing the date, time, machine location, type of transaction, account(s), amount, and ending and available balance(s) of the affected account ("to" account for transfers). The ATM will have a key-operated switch that will allow an operator to start and stop the servicing of customers. After turning the switch to the "on" position, the operator will be required to verify and enter the total cash on hand. The machine can only be turned off when it is not servicing a customer. When the switch is moved to the "off" position, the machine will shut down, so that the operator may remove deposit envelopes and reload the machine with cash, blank receipts, etc. The ATM will also maintain an internal log of transactions to facilitate resolving ambiguities arising from a hardware failure in the middle of a transaction. Entries will be made in the log when the ATM is started up and shut down, for each message sent to the Bank (along with the response back, if one is expected), for the dispensing of cash, and for the receiving of an envelope. Log entries may contain card numbers and dollar amounts, but for security will never contain a PIN.

1 Answers  


how do you write the test cases?

4 Answers   Satyam,






If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

0 Answers  


Could you pls give me sites where i can test card? mail me to

0 Answers   godaddy.com,


There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions

2 Answers   Infosys, Zycus Infotech,


test case for coffee machine?

16 Answers   TCS,


write test cases for hospitality management system

0 Answers   Infosys,


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

0 Answers  


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

0 Answers  


Categories