|
Post by leiwang on Aug 18, 2015 5:25:43 GMT
SeleniumPlus is a Selenium WebDriver-enabled version of TestDesigner for Windows. It uses Eclipse as the IDE, and it provides Java API for user to write test case. It contains 2 parts, one is "SeleniumPlus Eclipse-Plugin", the other is "SeleniumPlus Core". "SeleniumPlus Eclipse-Plugin" creates the menu in Eclipse to start/stop "Remote Server", launch "Process Container", update "SeleniumPlus", refresh test project build path, provides useful documents about how to create test project, import existing project, edit test map, edit test, run test etc. and provides reference about xpath/css locator definition. Users could find more when using SeleniumPlus "SeleniumPlus Core" means the source code supporting the "SeleniumPlus API", which is the part that user can feel about the "SeleniumPlus Core". It also contains SAFS Framework backbone, JSAFS, the engine/hook implementation, and the keyword implementation. Now, the relationship between SAFS and SeleniumPlus is a little bit clear. SAFS is a plug-able framework, different testing tools (like "Rational Robot", "Rational Functional Tester", "Test Complete", "Selenium" etc.) can be integrated into SAFS. SeleniumPlus is based on the SAFS, and it is the integration of "Selenium WebDriver" with SAFS.
|
|