-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-31857 Develop an automated ECL Watch Test Suite #18739
Closed
Nisha-Bagdwal
wants to merge
39
commits into
hpcc-systems:master
from
Nisha-Bagdwal:HPCC-31857-ECL-Watch-Test-Suite
Closed
HPCC-31857 Develop an automated ECL Watch Test Suite #18739
Nisha-Bagdwal
wants to merge
39
commits into
hpcc-systems:master
from
Nisha-Bagdwal:HPCC-31857-ECL-Watch-Test-Suite
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nisha-Bagdwal
force-pushed
the
HPCC-31857-ECL-Watch-Test-Suite
branch
from
June 18, 2024 16:43
5de9871
to
72efaa3
Compare
Developed a testing framework using Java, Selenium, and TestNG. The framework is initiated by TestRunner.java, which loads all test classes listed in config/TestClasses.java and executes them sequentially. Each test class contains at least one method annotated with @test, which serves as the entry point for the tests. Initial test cases cover the Activities and ECL Workunit pages, including tests for text presence, link functionality, and sorting order. Additionally, provided comprehensive documentation with UML diagrams and detailed explanations of each method within the classes. Signed-off-by: Nisha Bagdwal <[email protected]>
Nisha-Bagdwal
force-pushed
the
HPCC-31857-ECL-Watch-Test-Suite
branch
from
June 18, 2024 20:26
bb60606
to
3a90042
Compare
Developed a testing framework using Java, Selenium, and TestNG. The framework is initiated by TestRunner.java, which loads all test classes listed in config/TestClasses.java and executes them sequentially. Each test class contains at least one method annotated with @test, which serves as the entry point for the tests. Initial test cases cover the Activities and ECL Workunit pages, including tests for text presence, link functionality, and sorting order. Additionally, provided comprehensive documentation with UML diagrams and detailed explanations of each method within the classes. Signed-off-by: Nisha Bagdwal <[email protected]>
Code to add more loggers for debug and detail.
… into HPCC-31857-ECL-Watch-Test-Suite # Conflicts: # esp/src/test-ui/tests/framework/TestRunner.java # esp/src/test-ui/tests/framework/config/Config.java # esp/src/test-ui/tests/framework/config/TestClasses.java # esp/src/test-ui/tests/framework/pages/ActivitiesTest.java # esp/src/test-ui/tests/framework/pages/BaseTableTest.java # esp/src/test-ui/tests/framework/pages/ECLWorkUnitsTest.java # esp/src/test-ui/tests/framework/setup/LoggerHolder.java # esp/src/test-ui/tests/framework/setup/TestInjector.java # esp/src/test-ui/tests/framework/utility/Common.java
Developed a testing framework using Java, Selenium, and TestNG. The framework is initiated by `TestRunner.java`, which loads all test classes listed in `config/TestClasses.java` and executes them sequentially. Each test class contains at least one method annotated with `@Test`, which serves as the entry point for the tests. Test cases cover the Activities and ECL Workunit pages, including tests for text presence, link functionality, sorting order, workunits content, description, and checkbox functionality. Added loggers in separate files for error, debug, and detail. Updated YML files to reflect jars and commands for the current testing framework. Additionally, provided comprehensive documentation with UML diagrams and detailed explanations of each method within the classes. Signed-off-by: Nisha Bagdwal <[email protected]>
Nisha-Bagdwal
force-pushed
the
HPCC-31857-ECL-Watch-Test-Suite
branch
from
July 15, 2024 16:00
7bbb3c6
to
8c5d558
Compare
…ception as exception logs.
…pdated documentation.
Nisha-Bagdwal
force-pushed
the
HPCC-31857-ECL-Watch-Test-Suite
branch
from
July 19, 2024 18:50
7e500bf
to
f2cf8d1
Compare
Developed a testing framework using Java, Selenium, and TestNG. The framework is initiated by `TestRunner.java`, which loads all test classes listed in `config/TestClasses.java` and executes them sequentially. Each test class contains at least one method annotated with `@Test`, which serves as the entry point for the tests. Test cases cover the Activities and ECL Workunit pages, including tests for text presence, link functionality, sorting order, workunits content, description, and checkbox functionality. Added loggers in separate files for error, debug, and detail. Updated YML files to reflect jars and commands for the current testing framework. Additionally, provided comprehensive documentation with UML diagrams and detailed explanations of each method within the classes. Signed-off-by: Nisha Bagdwal <[email protected]>
Nisha-Bagdwal
force-pushed
the
HPCC-31857-ECL-Watch-Test-Suite
branch
from
July 19, 2024 18:51
f2cf8d1
to
1a8dc2f
Compare
… into HPCC-31857-ECL-Watch-Test-Suite # Conflicts: # .github/workflows/test-ui-gh_runner.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HPCC-31857 Develop an automated ECL Watch Test Suite
Initial code check-in for test cases for ECL Watch UI for two pages, Activities, and ECL Workunits page.
Type of change:
Checklist:
Smoketest:
Testing:
I tested the code locally manually.