InterviewSolution
Saved Bookmarks
| 1. |
How Does Concordion Differ From Selenium? |
|
Answer» SELENIUM is a test scripting TOOL for driving web browsers. Concordion is a SPECIFICATION tool and hides scripting activity INSIDE Java fixture code. For TESTS that exercise the browser, we recommend Selenium WebDriver with Concordion. Selenium is a test scripting tool for driving web browsers. Concordion is a specification tool and hides scripting activity inside Java fixture code. For tests that exercise the browser, we recommend Selenium WebDriver with Concordion. |
|