From 8615c6015646c6bdc9e909527d937c0ae0dd8658 Mon Sep 17 00:00:00 2001 From: Gaurang Tandon <1gaurangtandon@gmail.com> Date: Wed, 20 Mar 2019 08:12:12 +0530 Subject: [PATCH] fixes #115 --- .../Sorting using Arrays_08_Simulation_P1.org | 4 ++-- .../Sorting using Arrays_11_Simulation_P1.org | 4 ++-- .../Sorting using Arrays_14_Simulation_P1.org | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_08_Simulation_P1.org b/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_08_Simulation_P1.org index a0e54ff..af1278e 100644 --- a/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_08_Simulation_P1.org +++ b/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_08_Simulation_P1.org @@ -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 diff --git a/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_11_Simulation_P1.org b/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_11_Simulation_P1.org index 96da0c8..e7100fd 100644 --- a/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_11_Simulation_P1.org +++ b/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_11_Simulation_P1.org @@ -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 diff --git a/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_14_Simulation_P1.org b/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_14_Simulation_P1.org index 9865243..c1320f7 100644 --- a/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_14_Simulation_P1.org +++ b/test-cases/integration_test-cases/Sorting using Arrays/Sorting using Arrays_14_Simulation_P1.org @@ -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