Telerik Forums
Test Studio Forum
10 answers
221 views
Hi,

I have a question about 'Test as Step' function of WebUI Test Studio.
For example, I have a test list which includes 10 different tests. And each test begins from logging into the web-site.
I can record logging actions (navigate to url, entering login/password and pressing a button) and save them as a separate test, for example, 'Login_User', that can be inserted into each test by using 'Test as Step' function.
But what if I need to use different login/password in each test? So is there any possibility to pass arguments (login and password) to the test 'Login_User'?
Konstantin Petkov
Telerik team
 answered on 10 Aug 2010
2 answers
90 views

Why we need to use the browser lauched by WebUI to record and execute test ???

- What is the technical reason for this limitation??
- Why not recording on any opened IE window??
- Is this instance really represents the real IE window of the end user (our client) since a particular setup/config is needed on IE window??
- The recorder seems to be a BHO/Plugin on top of the browser (wich is enabled in any windows).  What the WebAI instance is different from the other IE instances???

My boss and I are really intrigued by the "Browser instance" imposition to automate our silverlight application.

Thanks - Mike

Marcel Legris
Top achievements
Rank 1
 answered on 10 Aug 2010
1 answer
72 views
hi,
 everything working good, suddenly after i created new test under the same project I have now the following compiling error:

Overall Result: Fail
--------------------------------------------------
'8/9/2010 9:55:10 AM' - Execution Stage:PreInit , unexpected error during test execution. Error: System.ArgumentException: String cannot have zero length.
   at System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase)
   at System.Reflection.Assembly.GetType(String name)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.EnsureTypeExists(Assembly assm, String typeName)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType)
Konstantin Petkov
Telerik team
 answered on 09 Aug 2010
1 answer
75 views
Hi Guys,

I am trying to add today's date into the FilterExpression for the news item control. is there any parameter that does that?
My problem is that I have two news item lists and a news archive control on the same page, I want the newsarchive controls only one of the news lists and need the other one to show the latest news, whilst for now it is effecting both when someone clicks on the newsarchive.

Many Thanks
Ivan Dimitrov
Telerik team
 answered on 08 Aug 2010
5 answers
112 views
I am testing a application. I need to control the iteration by my self. If need to use code, please send me the code sample.
Cody
Telerik team
 answered on 06 Aug 2010
3 answers
186 views
Hi there,
First of all, congrats on a beautiful product.

I have a quick question, maybe it's stupid, maybe not...
I am using:
WebUI Test Studio QA Edition, Evaluation Version
I am looking for this content below (Test Log contents, preferred in a file, with timestamps for each step execution) when I run Test Lists and end up with a result on the Results tab.

Basically I want to see how long each step took. 

Where is the content below for Test Lists runs? I can only see it when I execute from the Record tab, after hitting Execute button. It's hidden behind a click on an obscure button that looks like a notepad, available on the Steps screen in the status bar on top of the listed steps.

Thank you,
Serban

Overall Result: Pass
--------------------------------------------------
'6/10/2010 10:06:49 AM' - 'Pass' : 1. Navigate to : 'http://bh3acswtn01/LetterGeneration/'
'6/10/2010 10:06:50 AM' - 'Pass' : 2. Click 'PublicContentLoginButtonImageImage'
'6/10/2010 10:06:50 AM' - 'Pass' : 3. Click 'PublicContentReplaceSessionLinkButtonLink'
'6/10/2010 10:06:55 AM' - 'Pass' : 4. Select 'ByValue' option 'CLAIMS' on 'WorkGroupDropDownListSelect'
'6/10/2010 10:06:58 AM' - 'Pass' : 5. RadTreeNode: 'GENERAL' action -> 'Expand'
'6/10/2010 10:06:59 AM' - 'Pass' : 6. RadTreeNode: '(GENERAL)  General' action -> 'Expand'
'6/10/2010 10:06:59 AM' - 'Pass' : 7. Click 'GENCCCDGENDiv'
'6/10/2010 10:07:00 AM' - 'Pass' : 8. Set 'DefaultContentWpmGwpDataKeysControlDataKeysControlDataKeyDataListDataKeyTextBoxText' text to '050400055104'
'6/10/2010 10:07:00 AM' - 'Pass' : 9. Set 'DefaultContentWpmGwpDataKeysControlDataKeysControlDataKeyDataListDataKeyTextBoxText_0' text to '001'
'6/10/2010 10:07:01 AM' - 'Pass' : 10. Select 'ByValue' option 'Primary Insured' on 'DefaultContentWpmGwpRecipientControlRecipientControlSendToDropDownListSelect'
'6/10/2010 10:07:08 AM' - 'Pass' : 11. Click 'ClearGifImage'
'6/10/2010 10:07:08 AM' - 'Pass' : 12. Set 'DefaultContentUnResolvedVariablesListUnResovedVarTextBoxText' text to 'xxxxxx'
'6/10/2010 10:07:08 AM' - 'Pass' : 13. Set 'DefaultContentUnResolvedVariablesListUnResovedVarTextBoxText_0' text to 'Y'
'6/10/2010 10:07:09 AM' - 'Pass' : 14. Click 'DefaultContentBtnOkUnResolvedVariablesLink'
'6/10/2010 10:07:13 AM' - 'Pass' : 15. Click 'OKSpan'
--------------------------------------------------
'6/10/2010 10:07:13 AM' - Overall Result: Pass
--------------------------------------------------
Konstantin Petkov
Telerik team
 answered on 06 Aug 2010
1 answer
683 views
I am using WebUI Test Studio 2010.2

I record the steps and execute .. its working fine.
When I add a simple code to the recorded steps .. its throwing compilation error 
I remove the added code and click execute.. it still throws the same error..
Please check attachment for the same .
Could you please advice me on how to resolve this ?

--------------------------------------------------
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 970: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 972: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1140: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadInput' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1142: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadInput' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1356: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1358: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1376: (BC30002) Type 'Telerik.WebAii.Controls.Html.GridTableHeader' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1378: (BC30002) Type 'Telerik.WebAii.Controls.Html.GridTableHeader' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 4: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 6: (BC30002) Type 'TestClass' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 8: (BC30002) Type 'TestContext' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 14: (BC30002) Type 'TestContext' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 18: (BC30002) Type 'TestContext' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 45: (BC30002) Type 'TestMethod' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Options Add.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Options Add.aii.vb: Line 2: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Preferences.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Preferences.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Preferences.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Echeck Quantity.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Echeck Quantity.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Echeck Quantity.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 5: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 69: (BC30456) 'VirtualTerminal_1' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 76: (BC30456) 'VirtualTerminal_1' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 83: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 84: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 92: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 94: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 102: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 104: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 112: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 114: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 122: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 145: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 145: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 162: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 162: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 179: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 179: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 209: (BC30456) 'VirtualTerminal_1' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 73: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 75: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options -Main-Main.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options -Main-Main.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options -Main-Main.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Main -  Echeck.aii.vb: Line 5: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 73: (BC30456) 'Data1TextBoxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 75: (BC30456) 'Data1TextBoxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 83: (BC30456) 'Data3TextboxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 90: (BC30456) 'Data2TextboxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 97: (BC30456) 'Data4TextboxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\UnitTest1.vb: Line 4: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\UnitTest1.vb: Line 6: (BC30002) Type 'TestClass' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\UnitTest1.vb: Line 6: (BC30175) class 'UnitTest1' and class 'UnitTest1', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb', conflict in namespace '<Default>'.

 

Cody
Telerik team
 answered on 05 Aug 2010
4 answers
158 views
Hi,
my analyst decided to move some of the tests that he had already made (and finished) into a folder inside the project and now it won't compile anymore. I opened said project with VS 2008 (and the developer edition of WebUI 2010.2) and fixed the broken Telerik references. Now the project runs great on my VS, but every time that he tries to run it on his WebUI QA Edition, it asks to save the file (even though he didn't make ANY changes) and shows a compilation error.

Can anyone help us with this?
Thank you very much

Sam
Cody
Telerik team
 answered on 04 Aug 2010
1 answer
109 views
Hello,

I'm testing a Silverlight application using Telerik WebUI Test Studio. Can anyone show me how to call a dialog box within a coded step? Thanks!
Cody
Telerik team
 answered on 04 Aug 2010
3 answers
121 views
My application is using Silverlight 4 components and when i try to record those components it does not recognize those components during playback. Also it records same line for even if i perform that action on different silverlight screens or objects.
Does this products supports Silverlight 4.
Is there any plugin available for Silverlight 4.
Cody
Telerik team
 answered on 04 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?