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 |
What is the main purpose of having Equivalence Class Particition & Boundary value analysis in Testing?
6 Answers Tavant Technologies,
what is the diffrence b/w Test approach,test stratagy,test plan?
Explain about "Compatibility Testing" in Web based Application?
how to write test cases for boundary value analysis and equality partitioning?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
hi can anyone tell me about vision plus testing? and what about its future
what are the SQL commands used in for union,intersection & all operations.Please reply fast.
wt is the difference between client and customer?
how to maintain review reports
How do you go about testing a web application?
1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis
which approach u r following while integrating the modules(top down or bottom up) explain process