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
What is business validation test case?
How to write email id in world wide web
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
What is use case testing?
what is black box system in software development in system analysis and design?
Explain how to develop a test plan and a test case.
Why is it that the boundary value analysis provides good test cases?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
write a test cases for WLAN
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
What is test cases for mobile phone ?
Explain the concept of semi-random test cases?
Explain the smoke testing?
How to test Webservices and how can we write test cases for that
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.