How to execute test cases written in excelsheet???

Answers were Sorted based on User's Feedback



How to execute test cases written in excelsheet???..

Answer / narayan

is it in term of manual testing or automation testing?

If it is manual testing then u have to follow the steps one
by one in the test case then u have to check the expected
results with actual result.

Is This Answer Correct ?    56 Yes 8 No

How to execute test cases written in excelsheet???..

Answer / jhansirani

Follow the test cases written in the excel sheet and
provide the required test data and check the
functionality . observe the actual result and write that
actual result in that excel sheet . If Expected = actual
then set the result as pass otherwise set the result as
fail.

Is This Answer Correct ?    20 Yes 4 No

How to execute test cases written in excelsheet???..

Answer / janu

Follow the steps given in excelsheet and check the expected
result and update the actual result in the excel sheet.

Is This Answer Correct ?    18 Yes 7 No

How to execute test cases written in excelsheet???..

Answer / jeevan

Test cases basically based on test coindition,expect
result,then actual result ,then pass or fail.
write the condition you found form your test scenarios,
then write your expect result in the same row.
when you get the design version then go for actual test ,
if the actual resrlt==your expect result then it pass,or
fail.
the test case & test scinarios written through fdd.

Is This Answer Correct ?    10 Yes 2 No

How to execute test cases written in excelsheet???..

Answer / sonal a shirke

is it in term of manual testing or automation testing?

If it is manual testing then u have to follow the steps one
by one in the test case then u have to check the expected
results with actual result,Then it is pass otherwise fail

Is This Answer Correct ?    7 Yes 1 No

How to execute test cases written in excelsheet???..

Answer / phani_k07

If its Manual testing then you have to follow step by
step .If its automation then you have to parameterize the
data using any automation tool like Qtp or winrunner

Is This Answer Correct ?    7 Yes 4 No

How to execute test cases written in excelsheet???..

Answer / srikanth

if it is in manual testing we have to follow the steps
written in excel sheet if we r in automation we should write
test data in another excel sheet and link with tool by using
parameterization

Is This Answer Correct ?    5 Yes 6 No

How to execute test cases written in excelsheet???..

Answer / santhosh kumar

f it is manual testing then u have to follow the steps one
by one in the test case then u have to check the expected
results with actual result,Then it is pass otherwise fail,
If its automation then you have to parameterize the
data using any automation tool like Qtp or winrunner

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Test Cases Interview Questions

Explain how to develop a test plan and a test case.

0 Answers  


what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??

2 Answers  


Define Testcase.

13 Answers   3i Infotech,


Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.

3 Answers  


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

0 Answers   PMC,


what are the test case scenario for epos/pos testing,and how to initiate the process

0 Answers  


I would like to have a Test Case on Yahoomail with GUI and Positive and Negative test cases pls its an Argent.

7 Answers   Cap Gemini, CTS,


write the test case flipart.com

2 Answers   Satyam,


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  


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

0 Answers   Microsoft,


test cases for black board test cases for pencil

2 Answers  


is test cases are necessary for testing non functional testing

1 Answers   MSCI,


Categories