can anyone please send me the sample testcases on how to
write it into the testtemplates
Answers were Sorted based on User's Feedback
Answer / srinivasa
Test Case Templete fields are:
S.No, Test Case description,Expected Value,Actual
Value,Result(Pass/Fail) and Remarks
Sample Test case on login screen
1, Enter valid inputs in the User Id and Password field and
clik on sign in button, System should display home page,
After executing u have to write actual value, Result and
Remarks
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sagar bandari
test case sample fields
testcase id,test case title,description,expected
value,actual value,status(pass/fail),remarks
testcase id:unique identification number which relates to
individual elements of SRS
testcase title:-easy to undestood eg.as like subject when we
attaching some mail in yahoomail
description:-steps taken by description of application testing
Expected Result:- Output to be produced
Actual Result:- Actual result after executing the test case
sample test cases for an login screen in yahoomail
-----------------------------------------------------
test case id:-tc_yahoomail_login_001
------------
test case title:-verification of login in yahoomail
----------------
description:- open browser, enter valid
------------
url"http://www.yahoomail.com",login to entering by valid
username and password and click "login" button
test data:username:ragas_b,password"*******"
expected value:-user successfully login into yahoo home page
--------------
actual value and status, remarks wrote after executing the
application
ragas_b@yahoo.com
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / swetha
if u are using the qc u can find all the fields in there..
it differs from person to person..every one has their own
way of writing testcases few write every step in detail and
few write them formally,i mean only the basic steps..
but the basic fields every one uses is as follows..
Testcase ID,name,steps,expected result,actual
result,description.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is business validation test case?
If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.
anybody can send cross site scripting test cases pls...
write test case for coin-box telephone
can any one send sample test case documents in informatica with examples plz send documents to "mrlsurya@gmail.com"
how to test stand alone programs?
write testcase for sql table? this is the question asked by interviewer?
what are the test case scenario for epos/pos testing,and how to initiate the process
Can any body please tell me how to test Anti-virus software? I have been asked this question many times in interview.They asked this question for a security tester,performance tester & functional tester perception. Hope u guys will reply me. Any suggestions welcome.........
Pls tell me test cases for pepper grinder
What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?
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.