While creating test data for testing an application, where
exactly test data should be crated as in excel file or can we
crate test data in database ?
Answer Posted / mudaseer
consider test case format
trace ability matrix input action expected result actual result
here in input you have to enter the data
for example test case for atm
action
enter the amount to withdraw enter 240
input 240
expected result it should display please enter the amount in
terms of 100
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Explain the sanity testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
Explain the soak testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
what is the test plan for ms-word
what is the technology used in financial applications?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Do you write test plan and test case?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.