This is a migrated thread and some comments may be shown as answers.

Can run automation test out of Visual studio.net IDE ?

6 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Totti
Top achievements
Rank 1
Totti asked on 15 Sep 2010, 10:55 AM
In case of a machine doesn't install Visual studio.net, I can run Telerik automation test ? (also if tester run a automation test case)

6 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 15 Sep 2010, 04:42 PM
Hi Totti,

  • If you are referring to a build server/continuous integration server environment, yes the WebAii tests that you create and record can be run without installing or using Visual Studio. It requires using our ArtOfTest.Runner.exe command line execution tool to run tests in this environment. How to use this tool is documented here and here.
  • If you are referring to creating tests without Visual Studio, our QA Edition is targeted for this scenario.

Let me know if there's anything else i can help you with.

Regards,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Totti
Top achievements
Rank 1
answered on 16 Sep 2010, 09:50 AM
Thank for your answer,

In case of running test list, what 's the file's contents of test list ?, I try with a test list file call AutoTestList.aiilist includes:
aii="D:\AddUserTest.aii"
aii="D:\MockUpScreenTest.aii"
OR
D:\AddUserTest.aii
D:\MockUpScreenTest.aii

But both of way, I have exception in command screen.

 
0
Christopher
Telerik team
answered on 17 Sep 2010, 05:19 PM
Hello Totti,

If you want to run all tests in your test list use this call:

D:\ArtOfTest.Runner.exe list="D:\AutoTestList.aiilist"

Make sure that the path to the ArtOfTest.Runner.exe is correct.

To run an individual test use:

D:\ArtOfTest.Runner.exe aii="D\AddUserTest.aii"

Please have a look at this blog post for detailed step by step instructions: http://blogs.telerik.com/testing/posts/10-07-01/a_look_under_the_hood_at_webui_test_studio_s_execution_engine_part_1_of_2.aspx

Best wishes,
Chris
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Cody
Telerik team
answered on 17 Sep 2010, 05:26 PM
Hi Totti,

Please show me the error you are getting. I've attached a screenshot example of running a test list.

Regards,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Totti
Top achievements
Rank 1
answered on 11 Feb 2011, 08:08 AM
Hi,
For Developer Edition, I create lists of tests by Test List Editor, so how to run List of Test out of Visual studio.net IDE?
Is is possible to create *.aiilist file in Developer Edition ? if yes, how to do it ?

Thanks

0
Cody
Telerik team
answered on 11 Feb 2011, 04:53 PM
Hi Totti,

The .aiilist file only applies to the QA Edition. In the Dev Edition you need to create and use a Visual Studio test list as documented here.

All the best,
Cody
the Telerik team
Interested in Agile Testing? Check out Telerik TV for a recording of Automated Testing in the Agile Environment
Tags
General Discussions
Asked by
Totti
Top achievements
Rank 1
Answers by
Cody
Telerik team
Totti
Top achievements
Rank 1
Christopher
Telerik team
Share this question
or