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 diffrence b/w Sanity testing and smoke testing
Hey all,in a web applications,i am typing the URL in the browser and entering the Username & password.After clicking Login button,where the authentication will happen & how (i mean how is the process goes on...browser,web server,DB server level)...Pls answer...
Is there any difference between Web Application and Client - Server application? If yes pls explain it.
anyone ca explain Tracebility metrics.how to involve on this.
What is the responsibility of programmer’s vs QA?
dif b/w localisation and globalisation testing breifly explain ?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
i have worked in 11 month duration project. interviewed person asked me for wat purpose you worked in that project and wat you worked. you worked for a long time in one project. its loss for the company you worked.
what is verification, validation
what is the status of defect when the developer reject the defect?
What is testing ?
What are the diffrent testable item in web testing,database testing?