Lab Assignment 8 - gshkr123/ASE GitHub Wiki

Lab Assignment8

Name - Sri Harsha Kumar Raja Golla

Class Id - 15

##Server Side Mashup

Home Page for Calories Burned Calculator using the Weight and Miles run parameters and also Weight Lbs to Kg convertor.

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/Server%20Mshup1.png

Home Page with Values

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/Server%20Mshup1%20with%20values.png

When calculating Calories Burned we will get the below output

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/CaloriesBurned.png

When Calculating the Weight from Lbs to Kgs we get the below output

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/LbtoKg.png

###JUnit Test cases for Calories Burned both Success and Failure cases

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/Junittestcasefrcalories.png

###Failed test Case for calories burned

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/Junittestcasefrcaloriesfail.png

###JUnit Test cases for Weight from Lbs to KG both Success and Failure cases

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/JunitforWeighttoKg.png

###Failed Test Case for weight to Kg

https://github.com/gshkr123/ASE/blob/ASE-Branch/Lab%20Assignment%208/Documentation/JunitforWeighttoKgfail.png