One Project is developed on VB+Access it is working
properly they are planning to change with backend Oracle .
What type of testcases we can write?
Answers were Sorted based on User's Feedback
Answer / karthik
MS Access is RDBMS and not DBMS. we can create relationship
between tables in Ms Access using foriegn keys-- kindly see
to it
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / divya
We can do Configuration testing for this.No need to test
the front end because the front end is same.We have to test
the back end which is RDBMS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajenedra
Here front end is same that is VB
They just migrating from DBMS(Access) to RDBMS(oracle).
we have to test the the front end application interface
with back end database.
The testing approach purely on backend database like
tables,constarints,views ...etc.
DBMS cannot provide relation between the tables as RDBMS do
using foreign key constraint.
RDBMS is more robust and powerful than DBMS.
ok byeeeeeee
rajendra_penumalli@yahoo.com
hyd
| Is This Answer Correct ? | 0 Yes | 1 No |
Please give me any example of High severity and Low priority type of bug ?
where testing exactly starts in v-model?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
Differentiate between severity and priority? who assign these parameters to a bug?
What is difference between GUI and Usability Testing?
what we get from srs doc ?
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
How do you decide when you have 'tested enough?'
For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?
If project wants to release in 3months what type of Risk analysis u do in Test plan
What is meant by Testware?