Pages

Wednesday, 10 December 2014

3 ways of automation in Coded UI

There are 3 ways to do automation using Coded UI

Complete Descriptive Programming (C# Hand Coding)
Coding using UIMap
Record and Playback

Complete Descriptive Programming:
Everything like control recognization, performing operations and assertions(validations) will be done by scripting(C# coding).
UIMap will not be created.

Coding using UIMap:
UIMap will be created which contains all the controls with their propeties information. Performing operations will be done by scripting(C# coding).
We can create seperate UIMaps for each page.

Record and Playback:
Easy way of Coded UI automation with no hand coding.
Just record the actions and playback whenever record.



For Free Demo Call me on Mobile/Email - 9597100592/vardhancuit@gmail.com
You can help yourself with more information from my website www.software-testing-zone.info
If you like the post, comment on the same.

Monday, 8 December 2014

Search Properties from External File

Changing the property values of controls  is developers right and tester updating the same from scripting is not right way.
To overcome hardcoding of properties and their values, get them from external files like .CSV/.XML/.XLS

Its look simple but really very Important so, adding this topic to my Course.


For Free Demo Call me on Mobile/Email - 9597100592/vardhancuit@gmail.com
You can help yourself with more information from my website www.software-testing-zone.info
If you like the post, comment on the same.

Hand Coding using UIMap Video

View the Video for Hand Coding using UIMap Video


or you can open the same video using below link

https://www.youtube.com/watch?v=Z3zAKaGmL9I

For Free Demo Call me on Mobile/Email - 9597100592/vardhancuit@gmail.com
You can help yourself with more information from my website www.software-testing-zone.info
If you like the post, comment on the same.

Demo Video with Hand Coding

View the Demo Video for Complete Hand Coding using Coded UI


or you can open the same video using below link

https://www.youtube.com/watch?v=S8vHIKu1z5w

For Free Demo Call me on Mobile/Email - 9597100592/vardhancuit@gmail.com
You can help yourself with more information from my website www.software-testing-zone.info
If you like the post, comment on the same.