Sie sind auf Seite 1von 7

Create Customer

Testing Date: Tested by: Query Category: Query Name: Query Description: This query Creates a new account as an occurrence in customer database table. Expected Results: New occurrence will be added to customer table with the same anticipated values. Actual Results: 6-may-2012 Raju Management of customer account Customer details

SQL Code: insert into customer_ID ("1","sanjay kumar","32 Parramatta road,"955652445","contactme@hotmail.com");

Create Customer login


Testing Date: Tested by: Query Category: Query Name: Query Description: This query generates a new account as an occurrence in login database table. Expected Results: New occurrence will be added to customer login table with the same anticipated values. Actual Results: 6-may-2012 Raju Management of customer account Customer login detail

SQL Code: INSERT INTO login(customer id,username,password,secretque1,secretque2) VALUES ('11132','raju',krishna,'secrect qn1',' pet name', 'secret qn2','nick name ');

Product tracking detail


Testing Date: Tested by: Query Category: Query Name: Query Description: This query Creates a product tracking account as an occurrence in product tracking database table. Expected Results: New occurrence will on product tracking table with the same anticipated values. 6-may-2012 Raju Management of customer account Product tracking details

2 rows are affected ,message should appear on sql


Actual Results:

SQL Code: insert into product tracking detail (dev ref ,pin no ,purchase_date, cus _id, deli_add,Cus_phone, payement_ref)values (1, 1425, 12/12/2001, vb105 ,23 Parramatta road . 04143665, ghy102);

Product entry
Testing Date: Tested by: 6-may-2012 Raju

Query Category: Query Name: Query Description:

Management of supply chain Product entry details

This query Creates a product entry account as an occurrence in product tracking database table. Expected Results: New occurrence will on product entry table with the same anticipated values.

3 rows are affected ,message should appear on sql


Actual Results:

SQL Code:

insert into product values ("sofa","sofa","120 ","5", "furniture"); insert into product values ("chair","chair","50","12", "furniture"); insert into product values ("bed","bed","200","1", "furniture");

Shipping details
Testing Date: Tested by: Query Category: Query Name: Query Description: 6-may-2012 Raju Management of supply chain shipping details

This query Creates a shipping details account as an occurrence in shipping details on database table. Expected Results: New occurrence will on shipping details table with the same anticipated values.

3 rows are affected ,message should appear on sql


Actual Results:

SQL Code:

insert into shipping details ("001","1/5/2011","dave ","100", "rental"); insert into shipping details ("002","1/5/2011","raj","200", "rental");

Receiving details
Testing Date: Tested by: Query Category: Query Name: Query Description: This query Creates a receiving details account as an occurrence in receiving details on database table. Expected Results: New occurrence will on recinving table with the same anticipated values. 6-may-2012 Raju Management of supply chain Receiving details

2 rows are affected ,message should appear on sql


Actual Results:

SQL Code: insert into receiving details ("001","1/2/2011", ,"1000", "accepted", 1/2/201); insert into receiving details ("002","1/5/2011","pastry shop","2500", "initial" accepted, 1/5/2011);

Finance report details


Testing Date: Tested by: Query Category: Query Name: Query Description: This query Creates a Finance report account as an occurrence in Finance report details on database table. Expected Results: New occurrence will on Finance report table with the same anticipated values. 6-may-2012 Raju Management finance Finance report details

2 rows are affected ,message should appear on sql


Actual Results:

SQL Code: insert into finance report details (drilldown","1/2/2011", sam furniture, "1000.CR); insert into finance report details ("history","1/5/2011","hary utilities","2000DR");

Customer payment detail


Testing Date: Tested by: Query Category: Query Name: Query Description: This query Creates a customer payment account as an occurrence in customer payment database table. Expected Results: New occurrence will on customer payment table with the same anticipated values. Actual Results: 6-may-2012 Raju Management of finance account Customer payment details

SQL Code: insert into payment detail (payment ref ,product_id ,product_ name, cus _id, pay type,date,prod_ mode) values (11021424, vjd1024, TV, 0142v, cash, 2/01/2009, GF2010);

Das könnte Ihnen auch gefallen