From 28b8b1db39ad1ed94c07c5b513ec5e2cb7aa836d Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Tue, 13 Feb 2018 07:48:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb973ed5..0dc9c1bba 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Project API documentation can be found here: http://objectivityltd.github.io/Tes - 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) +- DataDriven tests from Xml, Csv and Excel files for NUnit and Xml, Csv for MSTest with examples, more details [NUnit](https://github.com/ObjectivityLtd/Test.Automation/wiki/NUnit-DataDriven-tests-from-Xml,-CSV-and-Excel-files), [MsTest](https://github.com/ObjectivityLtd/Test.Automation/wiki/MsTest-DataDriven-tests-from-Xml-and-CSV-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, EventFiringWebDriver logs, 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)