Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #115 #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
1. Click on the Simulation link
2. Check if there are any distortions and junk characters in the Simulation page
3. Click on Quick Sort link
4. Click on the Random Input link and and enter the values in the corresponding fields and click on enter button
4. Click on the User Input link and and enter the values in the corresponding fields and click on enter button

* Expected result
1. Simulatiion page should be opened
2. Content should be present with no distortions and Junk characters
3. Anew tab should be opened with the simulation oprocess
4. when we click on Random input link the simulation page should be displayed on the screen and the entered values should be displayed on the screen
4. when we click on User Input link the simulation page should be displayed on the screen and the entered values should be displayed on the screen
5. When we click on the enter button,resulst should be displayed on the screen

* Review/comments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
1. Click on the Simulation link
2. Check if there are any distortions and junk characters in the Simulation page
3. Click on MergeSort link
4. Click on the Random Input link and and enter the values in the corresponding fields and click on submit button
4. Click on the User Input link and and enter the values in the corresponding fields and click on submit button

* Expected result
1. Simulatiion page should be opened
2. Content should be present with no distortions and Junk characters
3. Anew tab should be opened with the simulation oprocess
4. when we click on Random input link the simulation page should be displayed on the screen and the entered values should be displayed on the screen
4. when we click on User Input link the simulation page should be displayed on the screen and the entered values should be displayed on the screen
5. When we click on the submit button , resulst should be displayed on the screen

* Review/comments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
1. Click on the Simulation link
2. Check if there are any distortions and junk characters in the Simulation page
3. Click on InsertionSort link
4. Click on the Random Input link and and enter the values in the corresponding fields and click on submit button
4. Click on the User Input link and and enter the values in the corresponding fields and click on submit button

* Expected result
1. Simulatiion page should be opened
2. Content should be present with no distortions and Junk characters
3. Anew tab should be opened with the simulation oprocess
4. when we click on Random input link the simulation page should be displayed on the screen and the entered values should be displayed on the screen
4. when we click on User Input link the simulation page should be displayed on the screen and the entered values should be displayed on the screen
5. When we click on the submit button , resulst should be displayed on the screen

* Review/comments
Expand Down