Giter Site home page Giter Site logo

virtual-labs-archive / hydraulics-and-fluid-mechanics-iiith-ph2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 11.0 246.0 69.13 MB

License: Other

Shell 0.05% CSS 2.39% HTML 30.96% Makefile 0.03% PHP 1.40% Java 61.06% JavaScript 0.17% Python 0.69% SCSS 3.25%
iiith ph2-lab eerc03-iiith

hydraulics-and-fluid-mechanics-iiith-ph2's Introduction

Congrats !!

* You have successfully downloaded and extracted the
  ui.tgz .


* Changes: New Tabs have been added for 
	-    Target Audience
	-    Courses Aligned
	-    Pre-requisite Softwares 

You need to added 3 more sections on virtual lab home page

3) Target Audience
4) Courses Aligned
5) Pre-requisite Softwares

You can make the above said changes by editing content.html. To update the changes

1)  open content.html in your fav editor and search for last closing html tag </section>.
2) Open the change.html file and open it in your fav. editor.
3) Copy all content of change.html 
4) Paste it after the last closing html tag </section> (you searched in Step1).
5) Go to ui/src and run  " make theme=blue-icon"     on command terminal  to change theme to blue


We had attached change.html in folder.  You can copy the whole content and paste it in content.html .


Below is snapshot how content.html will look like
<!-- Second section of the article-->
<section id="lab-article-section-2">

<div id="lab-article-section-2-icon" class="icon">
  <!-- Enclose the icon image for the section. -->
  <img src="images/simulation.jpg" />
</div>


<!-- The heading for the section can be enclosed in a 
div tag and shown with a <h2> tag -->
<div id="lab-article-section-2-heading" class="heading">
  List of experiments
</div>
			
<!-- Write the section content inside a paragraph 
element, You can also include images with <img> tag -->
<div id="lab-article-section-2-content" class="content">
  <ul id="list-of-experiments">
  
    <li> 
      <!--Link and name of the experiment 1 -->
      <a href="exp1/index.html">Simple Pendulum Experiment</a> 
    </li>
  </ul>
</div>

</section>

// PASTE the CHANGE.html content here..


/*****************************************************************/









* Now run makefile by the following commands inside the 'ui/src' folder to
  change the default theme :

Go to Command Terminal
	 $ cd ui_extracted_folder // Where u have extracted the ui kit
	 $ cd ui/src
         $ make clean all 
	 $ make theme=blue-icon

* Now, open ui/build/index.html in the browser to test the template.

hydraulics-and-fluid-mechanics-iiith-ph2's People

Contributors

apurv111 avatar balamma avatar bsravanthi avatar mrudhvika940 avatar niranjanreddy891 avatar pavanchow avatar sadhanareddy avatar soujanya123 avatar sravanthimodepu avatar vleadadmin avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hydraulics-and-fluid-mechanics-iiith-ph2's Issues

QA_FluidMechanics_Exp3_Simulation_incorrect_NamingConvention

Defect Description:
For the Orifices Experiment ( experiment3) simulation, unit name is given " Go to Virtual lab on Orifice Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Orifice Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Orifices Experiment ( experiment3) simulation, unit name is given " Go to Virtual lab on Orifice Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image10

QA_FluidMechanics_Exp5_Simulation_incorrect_NamingConvention

Defect Description:
For the Weirs Experiment ( experiment5) simulation, unit name is given "Go to Virtual lab on Weirs Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Weirs Experiment" for better appearance and understanding.

Actual Result :
For the Weirs Experiment ( experiment5) simulation, unit name is given "Go to Virtual lab on Weirs Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image14

QA_FluidMechanics_Exp8_BrokenLink

Defect Description:
In Vortices's Experiment ( experiment 8) in all the pages "ReadMore" link is redirecting to an error page. Instead it should redirect to an appropriate page.

Actual Result:
"ReadMore" link is redirecting to an error page.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

image28

QA_FluidMechanics_Exp8_Simulation_incorrect_NamingConvention

Defect Description:
For the Vortices's Experiment ( experiment 8) simulation, unit name is given "Go to Virtual lab on Vortices's Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Vortices's Experiment" for better appearance and understanding.

Actual Result:
For the Vortices's Experiment ( experiment 8) simulation, unit name is given "Go to Virtual lab on Vortices's Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image30

QA_FluidMechanics_Exp1_Simulation_incorrect_NamingConvention

Defect Description:
For the Bernoulli's Experiment ( experiment1) simulation, unit name is given " Go to Flash view on Bernoulli's Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Flash view on Bernoulli's Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Bernoulli's Experiment ( experiment1) simulation, unit name is given " Go to Flash view on Bernoulli's Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshots below.

image1

hydraulics-and-fluid-mechanics_Mouthpieces_Experiment

Defect Description:
As any user such as iPhone/iPad users cannot access experiment simulations which are in the .swf format, we need to to change .swf to HTML 5 and Javascript which is universal and anyone can use.

Steps to reproduce the issue:

  • Go to the IIIT Hyderabad section in the vlabs main website.
  • Click on hydraulics and fluid mechanics lab.
  • Go to the experiments section.
  • Go to the fourth experiment.
  • Click on the link which redirects us to a flash file.

Expected Result:
Any user could be able to view the simulation irrespective of the device which they are using.

Actual result:
Some users couldn't see the simulation since their handsets do not support .swf files.

QA_FluidMechanics_Exp2_QuizValidation

Defect Description:
For Venturi Meter Experiment Experiment ( experiment 2) quiz questions are not given answers for validation. Instead answers should be given as there are multiple choice questions.

Actual Result:
For Venturi Meter Experiment Experiment ( experiment 2) quiz questions are not given answers for validation.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

hydraulics-and-fluid-mechanics_Bernoulli's-Experiment_Experiment

Defect Description:
As any user such as iPhone/iPad users cannot access experiment simulations which are in the .swf format, we need to to change .swf to HTML 5 and Javascript which is universal and anyone can use.

Steps to reproduce the issue:

  • Go to the IIIT Hyderabad section in the vlabs main website.
  • Click on hydraulics and fluid mechanics lab.
  • Go to the experiments section.
  • Go to the first experiment.
  • Click on the link which redirects us to a flash file.

Expected Result:
Any user could be able to view the simulation irrespective of the device which they are using.

Actual result:
Some users couldn't see the simulation since their handsets do not support .swf files.

QA_FluidMechanics_Exp7_FurtherReadings

Defect Description:
In Reynold's Experiment ( experiment 7) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

image26

QA_FluidMechanics_Exp1_Simulation_incorrect_NamingConvention

Defect Description:
For the Bernoulli's Experiment ( experiment1) simulation, unit name is given " Go to Virtual lab on Bernoulli's Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Bernoulli's Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Bernoulli's Experiment ( experiment1) simulation, unit name is given " Go to Virtual lab on Bernoulli's Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshots below.

image2

QA_FluidMechanics_Exp2_FlashSimulation_incorrect_NamingConvention

Defect Description:
For the Venturi Meter Experiment ( experiment2) simulation, unit name is given " Go to Flash view on Venturi Meter Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as " Flash view on Venturi Meter Experiment " for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Venturi Meter Experiment ( experiment2) simulation, unit name is given " Go to Flash view on Venturi Meter Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image5

QA_FluidMechanics_Exp2_FurtherReadings

Defect Description:
In Venturi Meter Experiment ( experiment2) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Venturi Meter Experiment ( experiment2) Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below:

image8

QA_FluidMechanics_Exp4_FurtherReadings

Defect Description:
In Mouthpieces Experiment ( experiment2) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Mouthpieces Experiment ( experiment2) Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below:
image13

QA_FluidMechanics_Exp9_Quiz

Defect Description:
In the Quiz page of Jets Experiment ( experiment 9) Quiz questions are ported in text format in openedx. Whereas, it should be ported in multiple choice feature. Also the quiz questions are not given answers for validation.

Actual Result:
Quiz questions are ported in text format and also the answers are not given for validation.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find screenshot below.

image34

QA_FluidMechanics_Exp8_Quiz

Defect Description:
In the Quiz page of Vortices's Experiment ( experiment 8) Quiz questions are ported in text format in openedx. Whereas, it should be ported in multiple choice feature. Also the quiz questions are not given answers for validation.

Actual Result:
Quiz questions are ported in text format and also the answers are not given for validation.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find screenshot below.

image31

QA_FluidMechanics_Exp10_Simulation_incorrect_NamingConvention

Defect Description:
For the Turbines Experiment ( experiment10) simulation, unit name is given " Go to Virtual lab on Turbines Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Turbines Experiment" for better appearance and understanding.

Actual Result:
For the Turbines Experiment ( experiment10) simulation, unit name is given " Go to Virtual lab on Turbines Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image36

Hydraulics-and-Fluid-Mechanics-Lab_Mouthpieces_Quizzes

Defect Description : Quizzes are not provided with options for questions(all the questions are True/False questions) and submit and reset options .

Steps to reproduce the issue :
1)Click on Hydraulics and Fluid Mechanics lab.
2)Click on list of experiments .
3)Select the experiment Mouthpieces.
4)Check the quiz section .

Expected Output : Quiz related to the experiment should be provided with reset and evaluate options along with solutions .

Actual Output : Quiz is not provided with options , reset and evaluate buttons and also no solutions .

Environment:
OS-Windows 8.1
Hardware Configuration: 8 GB RAM
Processor :i5
Browser : google chrome

Screenshots :
image

QA_FluidMechanics_pre-requisites

Defect Description:
For this lab in pre-requisites page flash installation document is not given inspite of having flash view simulations.

Actual Result:
Flash installation document is not given.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.
page in vlabs
image

page in openedx
image1

QA_FluidMechanics_Exp8_FurtherReadings

Defect Description:
In Vortices's Experiment ( experiment 8) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

image32

Hydraulics-and-Fluid-Mechanics-Lab_Turbines_Introduction

Defect Description:
This experiment consists of an introduction page with no content.
Steps to reproduce:
Open hydraulics and fluid mechanics lab
Open Turbines Experiment
Open Introduction
Expected result:
A page with content to be displayed.
Actual result:
A page with blank content is displayed.
capture

QA_FluidMechanics_Exp7_FlashSimulation_incorrect_NamingConvention

Defect Description:
For the Reynold's Experiment ( experiment1) simulation, unit name is given as " Go to Flash view on Reynold's Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Flash view on Reynold's Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Reynold's Experiment ( experiment1) simulation, unit name is given " Go to Flash view on Reynold's Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image21

QA_FluidMechanics_Improper Alignment_in_Exp3_FurtherReadings

Defect Description :
Found improper alignment for the "lists order" in the experiment 3 ( Orifices Experiment ) Further Readings page content. Instead the list order should be either "ordered" or "unordered" not both for better appearance.

Actual Result :
Improper alignment for the "lists order" in the experiment 3 ( Orifices Experiment ) Further Readings page content.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

QA_FluidMechanics_Exp5_ManualPage

Defect Description:
In Weirs Experiment ( experiment 5) Manual page content is given in image format.
For which size of the image is improper. Instead a image should given a proper size for better view.

Actual Result:
Size of the image is improper.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below:

image15

QA_FluidMechanics_Exp4_FlashSimulation_incorrect_NamingConvention

Defect Description:
For the Mouthpieces Experiment ( experiment 4) simulation, unit name is given " Go to Flash view on Mouthpieces Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Flash view on Mouthpieces Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Mouthpieces Experiment ( experiment 4) simulation, unit name is given " Go to Flash view on Mouthpieces Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image11

QA_FluidMechanics_Exp4_Simulation_incorrect_NamingConvention

Defect Description:
For the Mouthpieces Experiment ( experiment 4) simulation, unit name is given " Go to Virtual lab on Mouthpieces Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Mouthpieces Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Mouthpieces Experiment ( experiment 4) simulation, unit name is given " Go to Virtual lab on Mouthpieces Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image12

QA_FluidMechanics_Exp9_FurtherReadings

Defect Description:
In Jets Experiment ( experiment 9) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

image35

QA_FluidMechanics_Exp7_Simulation_incorrect_NamingConvention

Defect Description:
For the Reynold's Experiment ( experiment 7) simulation, unit name is given " Go to Virtual lab on Reynold's Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Reynold's Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result
For the Reynold's Experiment ( experiment 7) simulation, unit name is given " Go to Virtual lab on Reynold's Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image22

QA_FluidMechanics_Exp1_QuizValidation

Defect Description:
In Bernoulli's Experiment ( experiment1) quiz questions are not given answers for validation. Instead answers should be given as there are multiple choice questions.

Actual Result:
In Bernoulli's Experiment ( experiment1) quiz questions are not given answers for validation.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

QA_FluidMechanics_Exp6_Quiz_blankpage

Defect Description :
In the Channels Experiment ( experiment 6 ), quiz page is given blank with no content. Instead as there are no quiz questions given for the experiment it should be given as "quiz will be updated soon" or either it should be updated with questions.

Actual Result :
In the experiment 5 quiz page is given blank with no content.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image19

hydraulics-and-fluid-mechanics_page-bottom-links

Defect description: broken links.
Actual result:

  1. click on any link on the bottom of the hydraulics-and-fluid-mechanics lab page.
  2. the links are showing error 404-not found.
    Expected result:
    they must display their respective links on click.

QA_FluidMechanics_Exp10_FurtherReadings

Defect Description:
In Turbines Experiment ( experiment 10) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

image38

QA_FluidMechanics_Exp5_ProcedurePage

Defect Description:
In Weirs Experiment ( experiment 5) Procedure page content is given in image format.
For which size of the image is improper. Instead a image should given a proper size for better view.

Actual Result:
Size of the image is improper.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below:

image16

QA_FluidMechanics_Exp5_FurtherReadings

Defect Description:
In Weirs Experiment ( experiment 5) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Weirs Experiment ( experiment 5) Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

image17

QA_FluidMechanics_Exp6_Simulation_incorrect_NamingConvention

Defect Description:
For the Channels Experiment ( experiment 6 ) simulation, unit name is given "Go to Virtual lab on Channels Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as " Virtual lab on Channels Experiment " for better appearance and understanding.

Actual Result:
For the Channels Experiment ( experiment 6 ) simulation, unit name is given "Go to Virtual lab on Channels Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image18

QA_DataStructures_Improper Alignment_in_Exp1_FurtherReadings

Defect Description :
Found improper alignment for the "lists order" in the experiment 1( Bernoulli's Experiment ) Further Readings page content. Instead the list order should be either "ordered" or "unordered" not both for better appearance.

Actual Result :
Improper alignment for the "lists order" in the experiment 1( Bernoulli's Experiment ) Further Readings page content.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image3

hydraulics-and-fluid-mechanics_Orifices_Experiment

Defect Description:
As any user such as iPhone/iPad users cannot access experiment simulations which are in the .swf format, we need to to change .swf to HTML 5 and Javascript which is universal and anyone can use.

Steps to reproduce the issue:

  • Go to the IIIT Hyderabad section in the vlabs main website.
  • Click on hydraulics and fluid mechanics lab.
  • Go to the experiments section.
  • Go to the third experiment.
  • Click on the link which redirects us to a flash file.

Expected Result:
Any user could be able to view the simulation irrespective of the device which they are using.

Actual result:
Some users couldn't see the simulation since their handsets do not support .swf files.

QA_FluidMechanics_Exp6_FurtherReadings

Defect Description:
In Channels Experiment ( experiment 6) Further Readings page, clickable link is not given for the last link. Instead a link should be given a click event for better usability.

Actual Result:
In Further Readings page, clickable link is not given for the last link.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find attachment below.

imag20

Hydraulics-and-Fluid-Mechanics-Lab_Orifices_Quizzes

Defect Description : Quizzes are not provided with options for questions(all the questions are True/False questions) and submit and reset options .

Steps to reproduce the issue :
1)Click on Hydraulics and Fluid Mechanics lab.
2)Click on list of experiments .
3)Select the experiment Orfices.
4)Check the quiz section .

Expected Output : Quiz related to the experiment should be provided with reset and evaluate options along with solutions .

Actual Output : Quiz is not provided with options , reset and evaluate buttons and also no solutions .

Environment:
OS-Windows 8.1
Hardware Configuration: 8 GB RAM
Processor :i5
Browser : google chrome

Screenshots :
image

Hydraulics-and-Fluid-Mechanics-Lab_Jets-Experiment_Introduction,Quizzes

Defect Description :
1)No introduction given .
2)Quiz is related to the Reynold's Experiment.

Steps to reproduce the issue :
1)Click on Hydraulics and Fluid Mechanics lab.
2)Click on list of experiments .
3)Select the Jets experiment .
4)Check the introduction and quiz section .

Expected Output : Introduction provided to the experiment and quiz related to the experiment .

Actual Output : Introduction is not provided and Quiz is related to Reynold's experiment .

Environment:
OS-Windows 8.1
Hardware Configuration: 8 GB RAM
Processor :i5
Browser : google chrome

Screenshots :
image
image
image

QA_FluidMechanics_Exp2_Quiz_missingcontent

Defect Description:
In the Quiz page of Venturi Meter Experiment( experiment 2 ) found missing link in the page.
This page has a "Readmore" link which is not included while porting.

Actual Result:
"ReadMore" link is missing in the Quiz page.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find screenshot below.

image7

Hydraulics-and-Fluid-mechanics-iiith_Venturimeter_Experiment

Defect Description:
As any user such as iPhone/iPad users cannot access experiment simulations which are in the .swf format, we need to to change .swf to HTML 5 and Javascript which is universal and anyone can use.

Steps to reproduce the issue:

Go to the IIIT Hyderabad section in the vlabs main website.
Click on Hydraulics and fluid mechanics.
Go to the experiments section.
Go to the Venturimeter experiment.
Click on the link which redirects us to a flash file.
Expected Result:
Any user could be able to view the simulation irrespective of the device which they are using.

Actual result:
Some users couldn't see the simulation since their handsets do not support .swf files

Hydraulics and fluid mechanics

In the Hydraulics and fluid mechanics lab, flash is under progress for 5th(weirs), 6th(Channels Experiment),9th(Jets Experiment), & 10th(Turbines Experiment).

In 6th experiment, there are no quiz questions.

In 8th experiment,there is no introduction,manual & procedure.When i click on the read more which is present on the introduction page, it is showing an error and page is not been displayed.

Please check with the following issues,mentioned above.

QA_FluidMechanics_Exp2_Simulation_incorrect_NamingConvention

Defect Description:
For the Venturi Meter Experiment ( experiment2) simulation, unit name is given as " Go to Virtual lab on Venturi Meter Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Venturi Meter Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result:
For the Venturi Meter Experiment ( experiment2) simulation, unit name is given as " Go to Virtual lab on Venturi Meter Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image6

QA_FluidMechanics_Exp7_Quiz

Defect Description:
In the Quiz page of Reynold's Experiment( experiment 7 ) Quiz questions are ported in text format in openedx. Whereas, it should be ported in multiple choice feature. Also the quiz questions are not given answers for validation.

Actual Result:
Quiz questions are ported in text format and also the answers are not given for validation.

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find screenshot below.

image24

QA_FluidMechanics_Exp3_FlashSimulation_incorrect_NamingConvention

Defect Description:
For the Orifices Experiment ( experiment3) simulation, unit name is given as "Go to Flash view on Orifice Experiment(Click here)". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Flash view on Orifice Experiment" for better appearance and understanding as, there are two simulations in this experiment.

Actual Result:
For the Orifices Experiment ( experiment3) simulation, unit name is given as "Go to Flash view on Orifice Experiment(Click here)".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image9

QA_FluidMechanics_Exp9_Simulation_incorrect_NamingConvention

Defect Description:
For the Jets Experiment ( experiment 9) simulation, unit name is given " Go to Virtual lab on Jets Experiment(Click here) ". Instead it should be named as unit as it is not a link to click. Also in the simulation section heading should be given as "Virtual lab on Jets Experiment" for better appearance and understanding.
Actual Result
For the Jets Experiment ( experiment 9) simulation, unit name is given " Go to Virtual lab on Jets Experiment(Click here) ".

Environment :
OS: Windows 7, Ubuntu-16.04, Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM,
Processor:i5

Attachment:
Find the screenshot below.

image33

Hydraulics-and-Fluid-Mechanics-Lab_Channels_Quizzes

Defect Description : Quizzes are not provided .

Steps to reproduce the issue :
1)Click on Hydraulics and Fluid Mechanics lab.
2)Click on list of experiments .
3)Select the experiment Channels
4)Check the quiz section .

Expected Output : Quiz related to the experiment should be provided .

Actual Output : Quiz is not provided .

Environment:
OS-Windows 8.1
Hardware Configuration: 8 GB RAM
Processor :i5
Browser : google chrome

Screenshots :
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.