Write the function test case to add a customer to database.



Write the function test case to add a customer to database...

Answer / Seema Sagar

// Assuming you have a function 'addCustomer' that accepts customer details as parametersnfunction testAddCustomer() {n var customerDetails = getTestData();n addCustomer(customerDetails.name, customerDetails.address, customerDetails.phone);n}n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What methodologies have you used to develop test cases?

3 Answers  


what is meant by acid testing

2 Answers  


Explain the difference between integration testing and system testing with real time examles?

3 Answers  


What is the difference between client server and web based testing?

3 Answers   CTS, Titan,


write the test cases that you have scheduled an interview and you came for the same and you are about to take the interview.

1 Answers   TCS,


Define Fuzz testing?

2 Answers   CTS,


What is Test Data ? Explain

5 Answers   CS,


Define what is a critical bug.

1 Answers  


To write the test case for Login Window test condition is 'User must be created'so while writting test case for Login window may I have to write all steps of creating user or how should I write test cases

2 Answers   Infotech,


what is format of the final report u submitted to ur client?

1 Answers  


WHAT IS THE MEANING OF CCC IN TESTING TERMINALOGY

1 Answers   iSoft,


What is two tier and three tier architecture?

13 Answers   HCL, IBM, iGate,


Categories