Hi,



I am doing project related to Online order Booking.

In this project different products will be there.

The user can order the product to different location by
giving different shipping Addresses.

By selection of Address shipping price will be calculate.

My Question:

Now the shipping related part they are integrating with
UPS(www.ups.com)

Depending on the From Zip code, To Zip cobe and Quantity
weight the shipping price will be

calculated.

I want test scenarios to test the shipping part.


I think ASAP u will help me.

My mail id srinivasukona@gmail.com



Hi, I am doing project related to Online order Booking. In this project different products..

Answer / ganesh

here are the foolowing test cases for the shipping part.
1) Enter zip code all 0's, all 1's, negative numbers and
alphanumeric characters.
2) based on quantity enter quantity as -
1,0,6,100,10.99,99999
This depends on how many numbers are allowed for this field.
3) do not enter any zipcode or quantity and check for the
application.

These are few of scenarios that can be tested.

Let me know if there are any more.

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More Test Cases Interview Questions

There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.

6 Answers   eZest,


What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4

1 Answers   ISTQB,


what are the sanity test cases for a waterBottel?

6 Answers  


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

0 Answers  


Can anyone tell me the test cases for Operating System.

1 Answers  






Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj

0 Answers  


Write a test case of login window?

0 Answers  


Write the testcase for pen

10 Answers   Minecode,


14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?

1 Answers   ISTQB,


how can write testcase for admin role? can u tel me detail

1 Answers  


Write few functional & non-functional test cases for a payment gateway system

3 Answers  


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

0 Answers   Wipro,


Categories