Give me real life some test cases



Give me real life some test cases..

Answer / theega

Write test cases on a scenario where you have to transfer
data from one table to another.
Condition:The data should be copied and not deleted from
the first table. The rows should be copied one at time.



Test Case No Test Case Description Steps to Execute
Expected Result

TC-1 First Check How many Records Existing in the First
Table. Select Count(*) from Table1. System should show
no of records existing in the first table
TC-2 Tranfer one record from first table to second Table
insert into table2 select * from table1 where
rownum=1 System should show transfer one record
from first table to second table.
TC-3 To check whether data can not be deleted from first
table or not select * from table1 where rownum=1
System should show first record .
TC-4 To check whether data can be copied to second
table or not select * from table2 where rownum=1
System should show first record .
TC-5 Tranfer one record from first table to second Table
insert into table2 select * from table1 where
rownum=2 System should show transfer one record
from first table to second table.
TC-6 To check whether data can not be deleted from first
table or not select * from table1 where rownum<=2
System should show first and second record .
TC-7 To check whether data can be copied to second
table or not select * from table2 where rownum<=2
System should show first and second record .
TC-8 Execute Test Case -2 Until Rownum=no of record in
the first table insert into table2 select * from table1
where rownum=(select Count(*) from table1) System
should show first and second record .
TC-9 To check whether data can not be deleted from first
table or not Select * from Table1 System should show
all the records.
TC-10 To check whether data can be copied to second
table or not select * from table2 System should show
all the records.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Test Cases Interview Questions

write a test case which covers the major functionality of yahoo login

4 Answers   Hewitt,


int a, int b, int c= (a+b); Write the test cases for c.

0 Answers  


do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.

5 Answers  


1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.

1 Answers  


test cases for black board test cases for pencil

2 Answers  


hai........... please tell abt testcases.. how we can drived the testcases in project?

1 Answers  


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

1 Answers   HCL,


in any software company how we got the srs document.how we get it is it available in version control or in mannual we get the document

7 Answers   AppLabs, Pinsoftek Infosolutions, TCS,


write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1 Answers   TCS,


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1 Answers  


what would be the negative test case for serach that break the search .

3 Answers  


What are the possible (-ve) & (+ve) test cases while transferring money online from 1 account to another account??

3 Answers   Vernalis,


Categories