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 cases or test scripts for UAT testing which is done manually
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
What is the logic testing?
Explain the glass box testing?
Write test cases to test a browser app
How would you do " Keeping two folders in sync testing"
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.
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox