My manager asked me to give some inputs for the technical proposal on CUITe(Coded UI Test Enhanced Framework). I have downloaded the
CUITe 1.05 released. I found few articles/blogs says how it works:
CUITe Framework (Coded UI Test),
CUITe Quick Start Guide. But still I am unaware about use of it, how it will help me in unit testing a simple "Helloworld" kind of project.
Now I want to learn quickly about Code UI Test Enhanced Framework. I have investigated and now I am with many questions in my mind, such as:</div>
1) Is Coded UI Test Enhanced Framework(CUITe) same as Coded Ui Test present in Visual Studio 2010 ultimate/enterprise build?
2) Can we able to know which event fire on clicking a button using CUITe?
3) Can we able to know which are all controls present in my application using CUITe?
4) Can we able to identify text/data upon an Image present inside the application using CUITe.
<div class="post-text" itemprop="description">
Can anybody please help me in understanding its use step wise with an example. Please help me with a sample application/demo or if possible please share any link or idea to implement it. Any help will be appreciated, thanks in advance...
Thanks for the response, can you please tell me "Is Coded UI Test Enhanced Framework(CUITe) providing by
CUITe Framework by Codeplex is same as Coded Ui Test present in Visual Studio 2010 ultimate/enterprise build" ?
CUITe (Coded UI Test enhanced) Framework is a thin layer developed on top of Microsoft Visual Studio Team Test's Coded UI Test engine which helps reduce code, increases readability and maintainability, while also providing a bunch of cool features
for the automation engineer.
If this post answered your question or solved your problem, please Mark it as Answer.
Ok I got the thing, you mean to say CUITe is nothing but a Coded Ui Test engine provided by Microsoft VS Team and it can be accomplish by developing the test project using Visual Studio 2010 ultimate/enterprise build. Now just tell me one thing can we implement
Coded UI Test without getting the code of the testing application ?
And as I saw CUITe providing a separate framework for testing only web based UI applications, then how will I use it for windows application?
I'll be thankful to you if you please share a simple and small application(like retrieving and testing the content of a TextBox showing in the UI of the application) example where CUITe is implemented? I just wanted to know how it works (I mean a basic idea
of implementation). Thanks for your great responses
Can you please tell me whether I can use CUITe (Coded UI Test enhanced) Framework or
Visual Studio Team Test's Coded UI Test engine for testing the below scenario:
Test Case:-- 1) Open Notepad --> Write something like "The quick brown fox jumps over the lazy dog" --> Save the notepad
Test Case:-- 2) Open Notepad --> click on "File" menu --> click on "Open" sub menu to open the previously saved file --> Test the content of the file is same as the previously Written (i.e "The quick brown fox jumps over the lazy dog")
I beg apologize for asking so many questions. it as because I have VS 2010 professional version and before going to upgrade my Visual; studio version I need to conclude a better result such as do I really need to go for
CUITe (Coded UI Test enhanced) Framework or Visual Studio Team Test's Coded UI Test engine or is there any suitable tool available in the market for my application.
BasantaPadhi
Member
5 Points
10 Posts
Understanding of how CUITe framework works and can implement in a simple project?
Jul 19, 2012 12:56 PM|LINK
Hi all,
<div class="post-text" itemprop="description">My manager asked me to give some inputs for the technical proposal on CUITe(Coded UI Test Enhanced Framework). I have downloaded the CUITe 1.05 released. I found few articles/blogs says how it works: CUITe Framework (Coded UI Test), CUITe Quick Start Guide. But still I am unaware about use of it, how it will help me in unit testing a simple "Helloworld" kind of project.
Now I want to learn quickly about Code UI Test Enhanced Framework. I have investigated and now I am with many questions in my mind, such as:</div>1) Is Coded UI Test Enhanced Framework(CUITe) same as Coded Ui Test present in Visual Studio 2010 ultimate/enterprise build?
2) Can we able to know which event fire on clicking a button using CUITe?
3) Can we able to know which are all controls present in my application using CUITe?
4) Can we able to identify text/data upon an Image present inside the application using CUITe.
<div class="post-text" itemprop="description">Can anybody please help me in understanding its use step wise with an example. Please help me with a sample application/demo or if possible please share any link or idea to implement it. Any help will be appreciated, thanks in advance...
</div>unittest C#.net ui testing UnitTesting
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 19, 2012 01:08 PM|LINK
have you gone through the documentation. there are already lot of link availble, which provides good information.
BasantaPadhi
Member
5 Points
10 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 04:27 AM|LINK
Hi Ramesh,
Thanks for the response, can you please tell me "Is Coded UI Test Enhanced Framework(CUITe) providing by CUITe Framework by Codeplex is same as Coded Ui Test present in Visual Studio 2010 ultimate/enterprise build" ?
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 04:46 AM|LINK
CUITe is created on top of Coded UI. As mentioned on there site. http://cuite.codeplex.com/
CUITe (Coded UI Test enhanced) Framework is a thin layer developed on top of Microsoft Visual Studio Team Test's Coded UI Test engine which helps reduce code, increases readability and maintainability, while also providing a bunch of cool features for the automation engineer.
BasantaPadhi
Member
5 Points
10 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 05:03 AM|LINK
Ok I got the thing, you mean to say CUITe is nothing but a Coded Ui Test engine provided by Microsoft VS Team and it can be accomplish by developing the test project using Visual Studio 2010 ultimate/enterprise build. Now just tell me one thing can we implement Coded UI Test without getting the code of the testing application ?
And as I saw CUITe providing a separate framework for testing only web based UI applications, then how will I use it for windows application?
I'll be thankful to you if you please share a simple and small application(like retrieving and testing the content of a TextBox showing in the UI of the application) example where CUITe is implemented? I just wanted to know how it works (I mean a basic idea of implementation). Thanks for your great responses
BasantaPadhi
Member
5 Points
10 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 06:17 AM|LINK
Hi Ramesh,
Can you please tell me whether I can use CUITe (Coded UI Test enhanced) Framework or Visual Studio Team Test's Coded UI Test engine for testing the below scenario:
Test Case:-- 1) Open Notepad --> Write something like "The quick brown fox jumps over the lazy dog" --> Save the notepad
Test Case:-- 2) Open Notepad --> click on "File" menu --> click on "Open" sub menu to open the previously saved file --> Test the content of the file is same as the previously Written (i.e "The quick brown fox jumps over the lazy dog")
I beg apologize for asking so many questions. it as because I have VS 2010 professional version and before going to upgrade my Visual; studio version I need to conclude a better result such as do I really need to go for CUITe (Coded UI Test enhanced) Framework or Visual Studio Team Test's Coded UI Test engine or is there any suitable tool available in the market for my application.
Thanks for your kind answers in advance
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 09:00 AM|LINK
CUITe (Coded UI Test enhanced) Framework is not for Desktop application. for desktop application you have to use VS coded UI Test engine.
As far as your test cases are concern, give me some time, i will get back to you with sample.
BasantaPadhi
Member
5 Points
10 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 09:24 AM|LINK
Thanks a lot dear, few more things I want to know can you please tell me :
1) How do we do automate testing for Coded UI Test project.
2) Do I need to install below software for running my coded UI project.
I) Visual Studio 2010 Premium or Visual Studio 2010 Ultimate
II) Visual Studio 2010 Feature Pack 2
3) How to implement NUnit in the coded UI Project.
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 10:11 AM|LINK
here are your answers.
BasantaPadhi
Member
5 Points
10 Posts
Re: Understanding of how CUITe framework works and can implement in a simple project?
Jul 20, 2012 10:39 AM|LINK
Yes, I want to automate the execution of Coded UI test cases. Is it possible ?
its required for development, for running in client's machine also required?
So we can not be use Coded UI with NUnit, right ?