who is responsible to generate test data ,how test data will
be developed manually,
Answers were Sorted based on User's Feedback
Answer / yoshita gupta
test data is generated by tester........it consists of all
the expected results........and the actual data is what we
get after the execution of test data
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / revati
First of all let's see what do you mean by Test Data.
Test Data :Data that exists(for example, in a database)
before a test is executed, and that affects or is
affectedby the component or the system under test.
I think Developement team generates the test data.
Using SQL enterpriser you can insert the tast data into the
table by firing the qyery or you can mannually enter the
data by opening the table.
Correct me if wrong.
| Is This Answer Correct ? | 0 Yes | 4 No |
When a bug status will be changed to "DEFERRED" , by the developer ? What might b the situations to change the status to deferred ? pls explain with an example .
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?
What is CMM and CMMI?
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing
Hi,Can anybody pls let me know "what is the actual need for test strategy when there is test Plan?"Whay is test plan needed?
what is regression testing?
What is mean by multi-threading testing?
What are the things you prefer and prepare before starting testing?
How will you maintain your team to get proper Qty (I am lead for testing team)?
What is Verification and Validation ?
Differentiate Test strategy and Test case?
Could anybody tell me types of testing involved when the project is at maintenance.