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

Tests won't run in QA edition

10 Answers 215 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gene
Top achievements
Rank 1
Gene asked on 29 Apr 2010, 05:19 PM
I recently upgraded to the Q1 2010 version of WebTest studio and can't get my tests to run in the QA edition.  They run fine from Visual Studio.  Am I missing a setting or something?

Thanks in advance,
Gene

10 Answers, 1 is accepted

Sort by
0
Missing User
answered on 29 Apr 2010, 05:55 PM
Hello Gene,

Thanks for the post and that does sound strange. Is the project and tests being opened and recognized correctly in QA edition? And if so, when running a test, does at least the browser launch?

Please also reply back with any error message that appear in the WebUI test log or that maybe throw in a Win32 dialog message.

Greetings,
Nelson Sin
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
Gene
Top achievements
Rank 1
answered on 29 Apr 2010, 06:03 PM
Hi Nelson,

From the project tab, I select execture on a particual test.  This takes me to the test steps, and when I select exectue it doesn't do anything.  The application log is empty too.

I get the same results when I try and execute a test list.

If you need anything else, please let me know.

Thanks,
Gene.

0
Missing User
answered on 29 Apr 2010, 06:14 PM
Hello again Gene,

Thanks for the extra info. In the Record Tab, does executing using the 'Recapture Storyboard' option work? It sounds like something another customer ran into.

If the above works, please try adding an empty 'Script Step' to the end of your test, saving, then excuting normally. If that still does not work, please try restarting WebUI QA and executing one more time.

Let us know if all of the above still does not work.

Kind regards,
Nelson
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
Gene
Top achievements
Rank 1
answered on 29 Apr 2010, 06:39 PM
I recaptured which brought up a browser window and worked as expected.

When I added a script, I received a compile problem.

NOTE: After upgrading to the new release, I did have compile problems within VS too.  VS couldn't find the dlls, so I added them from the new release bin folder.

--------------------------------------------------
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 6: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 7: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 8: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 9: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 10: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 11: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 12: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 14: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 15: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 17: (CS0246) The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 19: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 20: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 28: (CS0246) The type or namespace name 'BaseTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 6: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 7: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 8: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 9: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 10: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 11: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 12: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 14: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 15: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 17: (CS0246) The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 19: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 20: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 28: (CS0246) The type or namespace name 'BaseTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 13: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 14: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 15: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 16: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 17: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 56: (CS0246) The type or namespace name 'HtmlElementContainer' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 183: (CS0246) The type or namespace name 'HtmlElementContainer' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 238: (CS0246) The type or namespace name 'HtmlElementContainer' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 1: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 2: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 7: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 8: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 9: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 10: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 11: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 12: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 13: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 14: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 45: (CS0246) The type or namespace name 'BaseWebAiiTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 18: (CS0246) The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 18: (CS0246) The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 58: (CS0246) The type or namespace name 'Find' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 67: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 79: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 91: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 103: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 115: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 127: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 139: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 151: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 163: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 175: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 185: (CS0246) The type or namespace name 'Find' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 194: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 206: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 218: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 230: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 240: (CS0246) The type or namespace name 'Find' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 249: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 261: (CS0246) The type or namespace name 'ArtOfTest' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 21: (CS0246) The type or namespace name 'Manager' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\Project.cs: Line 22: (CS0246) The type or namespace name 'Manager' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 36: (CS0246) The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 36: (CS0246) The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 92: (CS0246) The type or namespace name 'TearDown' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 92: (CS0246) The type or namespace name 'TearDownAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 110: (CS0246) The type or namespace name 'TestFixtureTearDown' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 110: (CS0246) The type or namespace name 'TestFixtureTearDownAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 135: (CS0246) The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 135: (CS0246) The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 154: (CS0246) The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 154: (CS0246) The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 27: (CS0246) The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\GHGToolSelectionUnitTest.cs: Line 27: (CS0246) The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 36: (CS0246) The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 36: (CS0246) The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 92: (CS0246) The type or namespace name 'TearDown' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 92: (CS0246) The type or namespace name 'TearDownAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 110: (CS0246) The type or namespace name 'TestFixtureTearDown' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 110: (CS0246) The type or namespace name 'TestFixtureTearDownAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 135: (CS0246) The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 135: (CS0246) The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 154: (CS0246) The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 154: (CS0246) The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 27: (CS0246) The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\LoginFailUnitTest.cs: Line 27: (CS0246) The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 78: (CS0246) The type or namespace name 'CodedStep' could not be found (are you missing a using directive or an assembly reference?)
c:\vsprojects\2008earth\TestProject2\FacilitySelection\FacilitySeelction.aii.cs: Line 78: (CS0246) The type or namespace name 'CodedStepAttribute' could not be found (are you missing a using directive or an assembly reference?)

 

0
Gene
Top achievements
Rank 1
answered on 29 Apr 2010, 07:11 PM
I got it fixed. I did a number of things so I'm not sure which fixed it.

What I did:
Readded the missing Telerik.WebAii dlls
Readded NUnit dlls
deleted 2 coded tests
recompiled from VS

My question:
Does the QA version run off a test project dll or the vsproj file?  My problem might have been that I wasn't comiling after making some of the changes in VS.
0
Missing User
answered on 29 Apr 2010, 09:46 PM
Hello again Gene,

I checked your WebUI download history, and we did change the dlls from the 2.0.9 versions. Did you install just the new WebUI QA and not the new Dev version as well?

If the new Dev version was installed, was the older version uninstalled first from the Telerik  Start Menu shortcut using the Uninstall WebUI option?

I'm hoping you did not lose anything with the coded tests (either code behind or straight WebAii Framework Unit type test). Adding the latest 2010.1.4.21 dll versions and compiling in VS should have worked without deleting code. Please reply back if that was not the case.

Kind regards,
Nelson
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
Gene
Top achievements
Rank 1
answered on 30 Apr 2010, 03:50 PM
To be honest with you, I don't recall which version I installed.  I'm assuming both.  Definately the QA version, and I'm pretty sure the dev version.

I did uninstall from the Uninstall WebUI option under the Telerik start menu.

I'm just evaluating Test Studio so anything I deleted was junk anyway.

Thanks,
Gene.
0
Missing User
answered on 30 Apr 2010, 07:54 PM
Hello again Gene,

Thanks for clearing up your setup. If you have time and don't mind, if you can please send us a project that exhibits this problem, it'd be appreciated in that we'd like to try to repro this on our end.

All the best,
Nelson
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
Missing User
answered on 06 May 2010, 04:06 PM
Hi again Gene,

Just wanted to check back with you on this issue to see if you have run into it again.

All the best,
Nelson
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
Gene
Top achievements
Rank 1
answered on 06 May 2010, 04:19 PM
Hi Nelson,

I haven't run into any more problems.  I think it was a one time occurance probably due to something I was doing.

Thanks for the followup.
Gene.
Tags
General Discussions
Asked by
Gene
Top achievements
Rank 1
Answers by
Missing User
Gene
Top achievements
Rank 1
Share this question
or