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 |
What is Defect Seeding? What is Defect Density?
Suppose a job should be executed for every two hours? Write test case for this?
What is SECURITY TESTING?
how to test stand alone programs?
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
I have register form there is first name field.what will be the steps to execute test case???
how we write test cases for navigation or links with example?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
what would be the negative test case for serach that break the search .
ATM application ( scenarios ): Analysis and testcases
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules