We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0c824 commit dd1dcf3Copy full SHA for dd1dcf3
README.md
@@ -0,0 +1,15 @@
1
+# Simple
2
+ This is Basic Selenium framework version 2 using java which is activity based, well structured and maintainable.
3
+
4
+# Maintainable
5
+# Version 2 -
6
+ Used TestNg
7
+ Used NgWebdriver library
8
+ Exception Handeling - configured categorized exception messages,
9
+ Logger
10
+ Multiple locators for finding web-element
11
+ Screenshot on failed test case
12
13
+# How to run
14
+ This is java project of TestNG framework which need to be contain the selenium libraries to execute. Download this repository and open
15
+ project in eclipse and Run As TestNG Test
0 commit comments