Sahipro controls for Automation testing
Hi All,
Today I learn about sahipro for automation testing
Text input
_setValue(_textbox("fieldloc"),"Test1")
_selectWindow()
_lockWindow()
Hi All,
Today I learn about sahipro for automation testing
Text input
_setValue(_textbox("fieldloc"),"Test1")
_selectWindow()
_lockWindow()
Some users might face issue with TestNG run option not available under Run configurations due to below possibilities.
TestNG plugin is not installed: To use TestNG in Eclipse, you need to have the TestNG plugin installed. If it is not installed, you can install it from the Eclipse marketplace.
TestNG dependency to POM.xml file is missing.
Incorrect build path: Ensure that the TestNG library is included in your project build path. You can add the library to the build path by right-clicking on your project and selecting βBuild Pathβ and then βConfigure Build Path.β
Make sure project is selected with minimum Java version 1.8
The project should have @Test Annotation with or without main() class.
Follow below steps if TestNG option is not visible under Window->Show view->Other->TestNG, even after plugin installation and dependency are added.