What is Test Data ? Explain

Answers were Sorted based on User's Feedback



What is Test Data ? Explain..

Answer / 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

What is Test Data ? Explain..

Answer / madhu

Test data is the data we need to supply on test cases which
consists of customer expected data while executing the test
cases.

Is This Answer Correct ?    6 Yes 1 No

What is Test Data ? Explain..

Answer / mudaseeer

test data is the data used to login into an application.it has to be created by test engineer(for example in gmail.com) or it will be provided by developers(for example in actitime)

Is This Answer Correct ?    1 Yes 0 No

What is Test Data ? Explain..

Answer / vijayvardhan

Test Data is nothing but inputs to the test. which are used to execute the test to achieve the desired results.

Is This Answer Correct ?    1 Yes 1 No

What is Test Data ? Explain..

Answer / haritha

Test data is the data created by the test engineer based on the pre-condition(pre-condition is the data setup that needs to be created before proceeding with executing the test case)in order to proceed with our testing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Please give me example of - 1. High Severity and High priority Bug ? 2. High Severity and low priority Bug ? 3. High priority and low severity Bug ? 4. Low Severity and low priority Bug ? Thanks

3 Answers   HCL,


What are the different criteria which will be filled when logging a Defect?

2 Answers   IBM, Sapient,


what are the critical bug occurs in banking domain?

1 Answers   Crea,


How to write Test Cases? What r the items in the Test Case? How to say whether the Test Case covers all functionalities in Application?

5 Answers   Scandent,


we go to shopping. after completion of shopping we have to pay money. we swipe our credit/debit card in swiping machine. assume your card is icici card. and that machine is of hsbc.here with what name the bank of your card is called ? and that machine's bank name?

1 Answers   Bank Of America, Cap Gemini,






What is incremental intergation testing?

2 Answers  


ISTQB - any model paper questions related to this certification?

2 Answers  


What is d difference between Black Box Testing and Functional Testing?

4 Answers  


What are the advantage of using V models?

5 Answers   Persistent,


Can the static testing be done for both web and client server application?

4 Answers  


what will the future for manual testing

1 Answers  


In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?

6 Answers  


Categories