Граф коммитов

296 Коммитов

Автор SHA1 Сообщение Дата
Timotius Margo 5aa0f3e6f9 Merge pull request #137 from Microsoft/yodurr/fixSamples
updating tests to calculator sample to work on TH2 and Creators update
2017-02-14 15:57:35 -08:00
Yosef Durr 2ba8a278d6 Updating tests to calculator sample to work on TH2 and Creators update, and you can point test at Appium or directly at WinAppDriver 2017-02-14 15:53:23 -08:00
Yosef Durr 957b873d88 Merge pull request #129 from jonstoneman/feature/replace-iosdriver
Replace IOSDriver with WindowsDriver
2017-01-30 12:41:28 -08:00
Jonathan Stoneman 0ea95588ef Remove redundant comments 2017-01-18 08:14:32 +00:00
Jonathan Stoneman 67dc69cd1a Replace IOSDriver with WindowsDriver 2017-01-16 22:15:40 +00:00
Yosef Durr 36ccb7beaa added MSDN link for Inspect 2016-12-28 10:21:09 -08:00
Timotius Margo 9bfd9fcc5c Update README.md with more element locator information
Add id and tag name locators information
Add Client API and Example columns
2016-12-21 14:56:45 -08:00
Yosef Durr 853555ee21 Updated API endpoint table 2016-11-30 15:56:12 -08:00
Timotius Margo c7f8dbddf5 Merge remote-tracking branch 'GitHub' 2016-11-29 23:45:04 -08:00
Timotius Margo 69bed54e7b Merge branch 'orientation' 2016-11-29 23:35:18 -08:00
Yosef Durr 36276ed859 Merge pull request #98 from ianceicys/patch-2
Update README.md to include C# Video Walk through
2016-11-29 17:05:46 -08:00
Yosef Durr a8b24c5fdb Merge pull request #97 from ianceicys/patch-1
Update Readme to fix incorrect comment
2016-11-29 10:37:53 -08:00
Ian Ceicys 53847e1bfa Update README.md to include C# Video Walk through
C# Calculator walk through of Calculator Sample and how to work with WinAppDriver.
2016-11-28 17:58:42 -05:00
Ian Ceicys 3a9bd77a2f Update Readme to fix incorrect comment
The code sample is for notepad and was referring to alarmclock
2016-11-24 18:59:28 -05:00
Yosef Durr ed612125b3 Merge pull request #91 from ianceicys/master
Improving C# NotepadTest sample with Advanced Scenario using Data Rows
2016-11-23 13:51:59 -08:00
Yosef Durr 23ee1904db adding note for VS2017 and additional video link 2016-11-23 13:23:55 -08:00
Ian Ceicys c09ab2b170 Improving C# UWP Calculator sample with Advanced Scenario using Data Rows
The sample now includes an advanced scenario that drive multiple calculations in the calculator app, and uses the MSTest V2 data row construct to test calculator repeatedly with different data values.
http://i.imgur.com/SJIcvHt.png

Also upgraded to MSTest V2 framework from Microsoft.VisualStudio.QualityTools.UnitTestFramework as MSTest V2 is the modern unit testing framework from Microsoft.

Lastly upgraded to the latest versions of Appium Web Driver, Selenium WebDriver, and Castle.Core.
2016-11-22 17:10:41 -05:00
Ian Ceicys d9c9787a9c Simplifying repo steps to 1 step 2016-11-18 15:52:53 -05:00
Ian Ceicys 77551cd8e3 Repo of WPF app, wpfnotepad, that demonstrates that WinAppDriver cannot find elements 2016-11-18 15:42:38 -05:00
Ian Ceicys e24633330a Including additional data rows and removing formatting change 2016-11-17 12:11:07 -05:00
Ian Ceicys 12eaa9a9a5 Improving the NotepadTest sample with an Advanced Scenario using DataRows. Upgrading to MSTest V2 framework from Microsoft.VisualStudio.QualityTools.UnitTestFramework as MSTest V2 is the modern unit testing framework from Microsoft. Upgrading to the latest versions of Appium Web Driver, Selenium WebDriver, and Castle.Core. 2016-11-17 12:04:38 -05:00
Timotius Margo bf2011c0d7 Add unit tests for /session/:sessionId/orientation API endpoint 2016-11-15 17:52:24 -08:00
Timotius Margo 320b21f063 Merge branch 'ElementsApiEndpoint' 2016-11-15 17:51:38 -08:00
Timotius Margo d6c664421c Add test methods for XPath and TagName locators in single element search API tests
Create new tests for /session/:sessionId/elements API endpoint
Create new tests for /session/:sessionId/element/:elementId/elements API endpoint
Update expected exception type when element is not found
Update Alarms & Clocks app based test to reflect the latest version
2016-11-15 17:42:44 -08:00
Gilles Khouzam 5f6e9a2a10 Merge pull request #87 from timheuer/patch-1
Fix typo.

Thanks Tim
2016-11-15 14:52:17 -08:00
Tim Heuer 0c4b327b1f Fix typo
Fixed typo
2016-11-15 14:50:53 -08:00
Timotius Margo 916103e819 Merge branch 'TestReliability' 2016-10-28 15:12:05 -07:00
Timotius Margo 907197b97d Use different parameters and values to improve test reliability across different Windows 10 versions 2016-10-27 19:36:42 -07:00
Timotius Margo 044215f458 Merge branch 'UnitTestLifecycleImprovement' 2016-10-24 16:10:42 -07:00
Timotius Margo 1565ca4563 Update W3CWebDriver unit test to reuse active session per test class
Replace "Go Button" click action with a simple Enter key press
Dismiss Action Center panel in SendKeys unit test scenarios
Replace Calculator app with Notepad in multiple sessions test scenario
Handle Microsoft Edge modal dialogs that interfere with the touch test scenarios
2016-10-24 16:09:53 -07:00
Timotius Margo 3f6ecf2d73 Merge branch 'TouchAPITestScenario' 2016-10-24 16:09:15 -07:00
Timotius Margo e2793ab29b Rewrite all tests for session/:sessionId/touch API endpoints
Create verifiable touch scenarios on existing preinstalled applications
Avoid terminating and relaunching Edge browser for every single test case
2016-10-24 16:08:34 -07:00
Timotius Margo 6eb5d68b24 Merge branch 'UWPControlsTestRefinement' 2016-10-24 16:05:50 -07:00
Timotius Margo a3eba245a4 Use the SplitView navigation to avoid returning to main view in between test cases 2016-10-12 14:57:40 -07:00
Timotius Margo 57a72a2de5 Merge branch 'Keys' 2016-10-12 12:29:15 -07:00
Timotius Margo 01f12902a3 Add a mix of unicode character such as \n and \t in SendModifierShift test cases 2016-10-11 20:35:36 -07:00
Timotius Margo c54d8232ed Update AlarmClock and Notepad sample tests to reflect the latest text and keys API 2016-10-11 20:12:25 -07:00
Timotius Margo 4556bdc503 Create unit test for POST /session/:sessionId/element/:id/value API endpoint
Create unit test for POST /session/:sessionId/keys API endpoint
Update Appium.WebDriver NuGet package to 2.0.0.1 from 1.5.1.1 including dependencies
Cleanup the CommonTestSettings.cs by removing unnecessary includes
2016-10-11 20:12:25 -07:00
Timotius Margo 6386b38951 Merge branch 'UWPControlsTest' 2016-10-06 12:31:11 -07:00
Timotius Margo 84d690e234 Create a new unit test project for all basic Universal Windows UI controls based on AppUIBasics
Add unit tests for Button, CheckBox, RadioButton, Slider, and ToggleSwitch
2016-10-06 11:40:02 -07:00
Timotius Margo a516ca9f69 Merge branch 'UpdateWindowUnitTest' 2016-09-26 14:41:00 -07:00
Timotius Margo 4c7dd82e15 Update multiple windows unit test to preserve previously opened Edge windows 2016-09-23 17:30:38 -07:00
Timotius Margo 07d35d95db Merge branch 'BasicUWPControls' 2016-09-23 16:54:17 -07:00
Timotius Margo 6b595f0de5 Copy a snapshot of AppUIBasics app from https://github.com/Microsoft/Windows-universal-samples.git commit number 6370138b150ca8a34ff86de376ab6408c5587f5d and modify it to be a standalone project 2016-09-21 17:10:49 -07:00
Gilles Khouzam 50ef453e69 Updating tests to cleanup more when failures occurs.
Removing extra initialization methods.
2016-09-16 13:38:35 -07:00
Timotius Margo 0cce6ec27a Set up the Alarm & Clock app to start in main view Alarm Pivot Item tab selected 2016-08-24 17:03:37 -07:00
Gilles Khouzam 69236cb937 Merge branch 'touchTests' 2016-08-24 17:01:16 -07:00
Lauren Stechschulte 40c92ac1a6 Adding generalized touch tests 2016-08-24 17:00:14 -07:00
Gilles Khouzam cb24e3aca5 Merge branch 'BackForwardTest' 2016-08-24 16:57:53 -07:00
Timotius Margo 74b93d1102 Create unit test for POST /session/:sessionId/back API endpoint
Create unit test for POST /session/:sessionId/forward API endpoint
2016-08-24 14:47:13 -07:00