From 4657def7e048566aa2e8168f66d1ad6a7d10edb8 Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Tue, 10 Jan 2017 14:04:10 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 070a098f6..dd676baab 100644 --- a/README.md +++ b/README.md @@ -8,33 +8,26 @@ Test Framework was designed in Objectivity to propose common way how people shou Project API documentation can be found here: http://objectivityltd.github.io/Test.Automation It provides following features: +- Ready for parallel tests execution, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Selenium%20Parallel%20tests%20execution) - Possibility to use MSTest, NUnit or xUNIT framework - Specflow ready - Written entirely in C# -- Ready for parallel tests execution, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Selenium%20Parallel%20tests%20execution) - Contains example projects how to use it - Allows to use Chrome, Firefox, Safari or Internet Explorer - Overrides browser profile preferences, installs browser extensions, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Override%20browser%20profile%20preferences,%20install%20browser%20extensions) -- Extends Webdriver by additional methods like JavaScriptClick, WaitForAjax, WaitForAngular, etc., more details [here](http://objectivitybss.github.io/Test.Automation/html/0872cc4d-63cc-c3d2-30e5-1f8debf56860.htm) -- Automatically waits when locating element for specified time and conditions, more details [here](http://objectivitybss.github.io/Test.Automation/html/6b3a28a9-75c6-bda7-e44e-962f1e91c477.htm) +- Extends Webdriver by additional methods like JavaScriptClick, WaitForAjax, WaitForAngular, etc., more details [here](http://objectivityltd.github.io/Test.Automation/html/0872cc4d-63cc-c3d2-30e5-1f8debf56860.htm) +- Automatically waits when locating element for specified time and conditions, more details [here](http://objectivityltd.github.io/Test.Automation/html/6b3a28a9-75c6-bda7-e44e-962f1e91c477.htm) - Page Object Pattern - Support for SeleniumGrid, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Selenium-Grid-support) -- More common locators, e.g: ```"//*[@title='{0}' and @ms.title='{1}']"```, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/More%20common%20locators) -- Several methods to interact with kendo controls, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Interact%20with%20kendo%20controls) -- Verify - asserts without stop tests, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Verify-asserts-without-stop-tests) -- Measures average and 90 Percentile action times, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Performance%20measures) -- DataDriven tests from Xml files for NUnit and MSTest with examples, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/DataDriven-tests-from-Xml-files) -- Possibility to take full desktop or browser screen shot, save page source, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Screen-shots:-full-desktop,-selenium.-PageSource-saving) -- Logging with NLog, more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Logging) -- Files downloading (Firefox, Chrome), more details [here](https://github.com/ObjectivityBSS/Test.Automation/wiki/Downloading%20files) - More common locators, e.g: ```"//*[@title='{0}' and @ms.title='{1}']"```, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/More%20common%20locators) - Several methods to interact with kendo controls, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Interact%20with%20kendo%20controls) - Verify - asserts without stop tests, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Verify-asserts-without-stop-tests) - Measures average and 90 Percentile action times, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Performance%20measures) - DataDriven tests from Xml files for NUnit and MSTest with examples, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/DataDriven-tests-from-Xml-files) - Possibility to take full desktop or browser screen shot, save page source, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Screen-shots:-full-desktop,-selenium.-PageSource-saving) +- Logging with NLog, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Logging) - Files downloading (Firefox, Chrome), more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Downloading%20files) -- Possibility to send [SQL](http://objectivitybss.github.io/Test.Automation/html/e339b346-66a4-70e6-4c54-f9c30cb3131a.htm) or [MDX](http://objectivitybss.github.io/Test.Automation/html/39ae874a-89a0-c435-c701-f20b26f1695e.htm) queries +- Possibility to send [SQL](http://objectivityltd.github.io/Test.Automation/html/e339b346-66a4-70e6-4c54-f9c30cb3131a.htm) or [MDX](http://objectivityltd.github.io/Test.Automation/html/39ae874a-89a0-c435-c701-f20b26f1695e.htm) queries - Possibility of debugging framework installed from nuget package, more details [here](https://github.com/ObjectivityLtd/Test.Automation/wiki/Debugging-Test.Automation-framework). For all documentation, visit the [Test.Automation Wiki](https://github.com/ObjectivityLtd/Test.Automation/wiki).