Answer Posted / rajendra_penumalli
To understand Test Data, first we should understand the
Test case.
Test case comprises following parts:
1.Precondition
2.User action/Steps
3.Input data/Test data
4.Expected Result
5.Actual Result
For every test there will be some precondition will be
there.
For example,
if we are testing a web based login page,
1.Precondition:
The web page should load on web browser.
2.User action/steps:
i. Enter test data into valid User id and valid
Password in login page.
ii.Then click on 'submit' button
3.Input data/Test data:
User ID: rajendra_penumalli (valid User ID)
Password: passw0rd (Valid Password)
4.Expected Result:
Application should display the home page
5.Actual Result:
<out come of the execution>
Here in above test case, in step three the User ID and
Password data (rajendra_penumalli,passw0rd) are the test
data.
Using,
Boundary Value Analysis and
Equivalence Class Partition
Tester can generate test data for different scenario's
Based on each set of test data can be converted in to a
test case using cause effect graphing technique.
For example foe the above login functionality testing
we can write test data as follows:
Test Data Set-1
Valid User ID
Valid Password
Test Data Set-2
Valid User ID
Invalid Password
Test Data Set-3
Invalid User ID
Valid Password
Test Data Set-4
Invalid User ID
Invalid Password
Test Data Set-5
Blank User ID
Valid Password
Test Data Set-6
Valid User ID
Blank Password
Test Data Set-7
Blank User ID
Blank Password
I think all are clear now.
Rajendra_penumalli@yahoo.com
Sr.Test Engineer
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
What is defect removable efficiency?
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
Do submit teststrategy to customer if yes at what time
explain fish model in detail?
where do we work with Application, web and Database servers Means which type of applications.
What impact ratings have you used in your projects?
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?
What is software configuration management?
what is a horizontal and vertical matrix explain with examples
1. what is baseline document , can you say any two ?