|
via Udemy |
Go to Course: https://www.udemy.com/course/cuit-with-vs2013/
The Coded UI Video Series on Coursera is an excellent learning resource for anyone interested in mastering test automation using Visual Studio's Coded UI Testing. This comprehensive course is designed to guide learners from the basics to advanced techniques, making it suitable for both beginners and experienced testers aiming to deepen their skills. **Course Review:** This series offers an in-depth exploration of automating applications with Coded UI, starting with foundational concepts such as recording and playback, and progressing to more complex topics like custom class creation, cross-browser testing, and integration with CI/CD pipelines. The course meticulously breaks down the auto-generated UIMap class file, teaching students how to create custom classes for better control and flexibility over UI controls and code execution. One of the standout features of this course is its practical approach—covering hand coding for Windows applications (using MSAA), web applications, and generic applications with UITestControl. The inclusion of real-world topics such as data-driven testing, assertions, diagnostics reports, and handling various UI elements like input boxes and checkboxes ensure learners gain a holistic understanding of Coded UI testing. Furthermore, the course emphasizes writing reusable code in C# within Visual Studio 2015, promoting best practices in test framework design. It also touches on enhancing test automation with reporting, error handling, and integrating tests into CI/CD pipelines, which are vital skills in modern DevOps environments. **Recommendation:** I highly recommend this course for QA engineers, software testers, and developers interested in automated testing frameworks. Its structured approach, from introductory principles to advanced techniques, coupled with practical demonstrations, makes it a valuable asset for elevating your testing capabilities. Whether you're looking to automate Windows, web, or cross-browser applications, this series provides the knowledge and tools necessary to implement robust and maintainable test automation solutions effectively. Overall, the Coded UI Video Series on Coursera is a thorough, well-organized course that can significantly enhance your automated testing skills and make you more proficient in delivering reliable software through automation.
Coded UI video series is designed to cover all the nitty-gritty details one would ever need for automating their application with Visual studio Coded UI Testing. This video series will start from Introduction through advanced level hand-coding of Coded UI Testing for all the technologies like MSAA, Web and UITestControl (Generic) by breaking down the auto-generated UIMap class file and creating custom class files which help to have more handle over the Coded UI controls and code execution. This course will cover some of the most important topics of CUIT likeRecord and playback of CUITHand coding CUIT for Windows application (MSAA)Understanding windows applicationWorking with Windows applicationAutomating which element to interact withHand coding CUIT for a Web application (Web)Hand coding CUIT for generic applications (UITestControl)Data-driven testing with CUITAssertions with CUITCross-browser testing with CUIT by using Selenium component to work withFirefoxChromeInternet Explorer Working with Diagnostics reportsWorking with various UI Elements Working with controls such as Input boxText boxCheck boxOption buttonWriting custom controls to perform UI operationWorking with C# in better fashion with VIsual studio 2015Writing all the code in a reusable way to create a framework for test codesPerforming reporting Adding it with CI/CD pipelineFaster handling of error in coded UI test