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?
Answers were Sorted based on User's Feedback
After inserting record you need to open that record in edit
mode (using edit option if you have) then you can check
whether inserted details are save in there concern 20 tables
or not. This is the way to check without checking in DB.
If inserted details get save properly in there concern
tables then it should open in edit mode.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aruna
if u have a search option/module maintained in your
application try giving data(of your record) of the field
requested and search for the result
or
see if there is any other module in which the fields of your
record are populated..check in that module
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday n
There is no other option other than opening the tables and
validating the data insertion.
You may try with this example, but make sure that the data
insertion accuracy.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to prepare tracability matrics
What is the difference between Compatibility and Configuration testing?
Can you tell me what is boundary value analysis and Equivalence partitioning, and error guessing with examples
what is deffered defect?
what r the entry criteria for functionality and performance testing?
What is adhoc testing?when it can be done?
What is Mutation testing? When it can be done?
which testing is done first smoke or sanity with an real time example plz?Thank u!
what is data stratification
Explain about Defect Leakage?
You are given two scenarios to test. Scenario 1 has only one terminal for entry and processing whereas scenario 2 has several terminals where the data input can be made. Assuming that the processing work is the same, what would be the specific tests that you would perform in Scenario 2, which you would not carry on Scenario 1?
Is there any diff. between Bug,Defect,Error?