can any one give the format of writing test cases in excel
sheet.
Answers were Sorted based on User's Feedback
Answer / murthy
Test Case ID
Requirement Id
Test Name
Prerequisites
Description (Steps to execute)
Expecte Result
Actual Result
Status
Remarks
Is This Answer Correct ? | 84 Yes | 10 No |
Answer / pradula
Hi
Different companies follow different testcase template.But
basically the tems we use is
1.Test case ID
2.Description
3.Test Data
4.Expected result
5.Actual result
this is quite enough but in some companies they add
6.pass/fail
7.severity
Is This Answer Correct ? | 47 Yes | 5 No |
Answer / hi
hi murthy here y we can use requirement id already we are
using Test case id?
ones again y we are using requirement id?
plz explain for me
Is This Answer Correct ? | 24 Yes | 10 No |
Answer / sham
Dear Freind, According to company, test case formats are
different. All our friends answers are correct. but
according to INTERNATIONAL SOFTWARE TESTING QUALITY BOARD
(ISTQB), it is software quality control board, they
specified a format for the test cases
1)Test Case ID
2)Test Description
3)Review History
4)Function to be Tested
5)Environment
6)Test Setup
7)Test Execution
8)Expected Result
9)Actual Result
10)Overall Result
11)Incase of Fail - Priority - High,Medium,Low
- Siviority- High,Medium,Low
with the banner like Project Title, Module, Developer,
Tested By, Reviewed By, Date, OS, Version etc..,
Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sujili.c
1.S.No
2.Test plan ID
3.Test case ID
4.Test case description
5.Input data
6.Expected result
7.Actual result
8.status
9.comments
Is This Answer Correct ? | 20 Yes | 10 No |
Answer / we4
test case id
test case description
test case procedure
expected results
actual results
input
status
Is This Answer Correct ? | 12 Yes | 2 No |
Answer / ravishankar
steps to write test case template as follows.
it has 3 parts..
header, body, footer
header contains:
1.testcase number,
2.requirement number,
3.module name,
4.sevoirity,
5.precondition,
6.test data,
7.test case type,
8.brief description.
body contains:
1.step number,
2.action,
3.input,
4,expected result,
5.actual result,
6.status,
7.comments/remarks.
footer contains:
1.author,
2.reviewed by,
3.approved by,
4,last modified.
Is This Answer Correct ? | 10 Yes | 6 No |
Answer / chandrasekharreddypadala
1. Test ID
2. Title
3. Pre/post Conditions
4. Steps
5. Expected Results
6. Priority Level
7. Pass/Fail
8. Defect Number
Is This Answer Correct ? | 13 Yes | 10 No |
Answer / vanitha
1.)Testcase Id
2.)Testcase Description
3.)Input Data
4.)Expected Result
5.)Actual Result
6.)Results
7.)Comments
The above are the basic columns you find in any testcase
template.Depending on the organization this may vary
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / satishkumar
1)test case title
2)test case id
3)purpose
4)scenario
5)pre-requisite
6)input data
7)steps
8)expected result
9)post condition
10)actual result
11)verdict pass/fail
12) remarks
Is This Answer Correct ? | 3 Yes | 1 No |
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
what is the test plan for ms-word
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
Why does the boundary value analysis provide good test cases?
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.
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
how we test the login page using jwebunit test case...
Write test cases on for windows media player?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Explain the component testing?
how to search a Unix file system in Google search engine??? write the test cases foe that one???what will be the step
Test case for flight reservation system