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 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
write the system testcase and functional testcase for the below scenario scenario: view the balance in online account
write the testcases for migrating data from one database to another database?
How to write testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric
How do you differentiate the roles of Quality Assurance Manager and Project
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
What all comes under test case review?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
Explain the gray box testing?
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax