What is a test data? Give examples
Answers were Sorted based on User's Feedback
Answer / bishwajit.rk
Testcase requires to have input data to successfully
perform the testing of a application. This input data are
nothing but ur TestData.
Let me give u an example:
Nero is a application which basic funtionality is to write
files to a CD-R/RW. To test this application, we need to
have some files to write to the CD so that we can conclude
that this application is working. So, here the test data is
the "files" which to be written to the CD.
Is This Answer Correct ? | 27 Yes | 9 No |
Answer / naseem khan
The data input data used to execute a test case, to validate
a particular functionality of a system.
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / aman
The Logical Data which is needed to test the functionality
of the Feature is "Test Data".
For Example: For checking the age of a human, it should be
upto max 3 digit and it should not be Negative.
Here Data for the testing of Human age is
0<x<999
Aman
aman.testing@gmail.com
Is This Answer Correct ? | 12 Yes | 7 No |
Answer / abdelshafy soliman
any data that is used in testing called test data
in other meaning the input data will the tester enter somehow it in the system that input data called test data . after the system accepted your input data then processes it and produce the out put you want to compare the out put with your expected out put also the expected out put called test data
Is This Answer Correct ? | 0 Yes | 0 No |
The Logical data which is used to execute a test case is
called test data
if we take ATM as example
1. we need a card for security for entering
2.same card for inserting onto the machine for swiping
Muralidharan
dharanmu@yahoo.com
Is This Answer Correct ? | 9 Yes | 13 No |
what is the main difference between high and low level design in sdlc
11 Answers Accenture, Infosys,
what is scenario????
hi can somebody suggest standard format for web based testing? especially with numerous sublink to be tested. thanx
what are the bugs we canot find in black box.
Give me an example when black box testing will not able to detect a bug which white box will detect?
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?
how will the test plan is pepared in ur organisation>?
"Why are you looking for a change?". This is the common question that is asked in any interview. Can anyone tell me wat kind of answer would impress the interviewer.
Hi, I got an offer with maveric systems and I have around 3.5 years of work experience. But inspite of that they are asking to sign a bond for 2 years and to pledge all the original certificates for that bond. Can anybody please advice me whether its a good company or not and can i go ahead with this?
1. Define the following along with examples a. Boundary Value testing b. Equivalence testing c. Error Guessing d. Desk checking e. Control Flow analysis
define metrics? give me a brief detail about it?
what is the entry criteria and exit criteria of integation testing.