Telerik Forums
Test Studio Forum
13 answers
193 views
Hi,

My web app is fully with Silverlight components especially charts. How can I automate charts by webUI?

Anybody used webUI to test Silverlight charts?

I'm using the internal build 2010.2.927

Thanks,
Palani.
Cody
Telerik team
 answered on 19 Apr 2011
1 answer
92 views
gow to handle grid in telerik (Webui test)
any solution to select the grid select
Anthony
Telerik team
 answered on 19 Apr 2011
1 answer
91 views
Hi Telerik Team,

I have a code that looks like this:

public bool Get_GridRows(Telerik.WebAii.Controls.Xaml.RadGridView RadGrid, StringCollection TaskCodeAry)
{
    bool newrow = false;
    RadGrid.Refresh();
    IList<Telerik.WebAii.Controls.Xaml.GridViewRow> Rows = RadGrid.Find.AllByType<Telerik.WebAii.Controls.Xaml.GridViewRow>();
    foreach(Telerik.WebAii.Controls.Xaml.GridViewRow row in Rows)
    {
        TaskGridRow CurrentRow = new TaskGridRow();
        CurrentRow.TaskCode = row.Cells[CodeColumn].Text;
        CurrentRow.Summary  = row.Cells[TitleColumn].Text;
        Logger.log_success(TestId, string.Format("Reference Code {0}: {1}", CurrentRow.TaskCode, CurrentRow.Summary));
        if(!TaskCodeAry.Contains(CurrentRow.TaskCode))
        {
            TaskCodeAry.Add(CurrentRow.TaskCode);
            Grid.Rows.Add(CurrentRow);
            newrow = true;
            Telerik.WebAii.Controls.Xaml.RadGridView childgrid = row.Find.ByType<Telerik.WebAii.Controls.Xaml.RadGridView>();
            if(childgrid != null)
            {
                foreach(Telerik.WebAii.Controls.Xaml.GridViewRow childrow in childgrid.Rows)
                {
                    TaskGridRow child = new TaskGridRow();
                    child.TaskCode    = childrow.Cells[CodeColumn-1].Text;
                    child.Summary     = childrow.Cells[TitleColumn-1].Text;
                    child.IsChild     = true;
                    child.ParentCode  = CurrentRow.TaskCode;
                    Grid.Rows.Add(child);
                }
            }
        }
    }
    return newrow;
}

The line for finding childgrid in the current row is currently throwing a timout exception. I also tried accessing the ChildGridView attribute of the GridViewRow but I had the same error. Can you please help me pinpoint what's wrong with the above code?


Regards,
Kristine
Stoich
Telerik team
 answered on 19 Apr 2011
1 answer
103 views
Hello,

I am currently using the WebUI Test Studio QA Edition and am having trouble the the .Click events when I create custom code. I am searching for a button's xpath on the site using Firefinder in Firefox, and it finds the correct xpath. My code for this looks like:

HtmlAnchor logoutLink = Find.ByXPath<HtmlAnchor>("//a[@title='Logout'][1]");
logoutLink.Click(false);

But I keep getting this error:

'[LogoutStep_CodedStep] : Click the log out link'.
InnerException:
System.NullReferenceException: Object reference not set to an instance of an object.'

I'm not sure why this is happening.

Thanks,
Eric
Cody
Telerik team
 answered on 18 Apr 2011
1 answer
122 views
I am using Windows 7 with VM XP MOde installed and updated.
When I try to install the latest release 1607 I get an error and the installer closes.
I logged in as Admin on Win7 and XP Mode.
Here is the error log.
Sebastian

=== Verbose logging started: 4/16/2011  10:42:39  Build type: SHIP UNICODE 3.01.4001.5512  Calling process: C:\WINDOWS\System32\msiexec.exe ===
MSI (c) (58:40) [10:42:39:720]: Resetting cached policy values
MSI (c) (58:40) [10:42:39:720]: Machine policy value 'Debug' is 0
MSI (c) (58:40) [10:42:39:720]: ******* RunEngine:
           ******* Product: C:\Documents and Settings\XPMUser\Desktop\BFX\Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi
           ******* Action:
           ******* CommandLine: **********
MSI (c) (58:40) [10:42:39:720]: Machine policy value 'DisableUserInstalls' is 0
MSI (c) (58:40) [10:42:41:182]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Documents and Settings\XPMUser\Desktop\BFX\Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi' against software restriction policy
MSI (c) (58:40) [10:42:41:182]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\XPMUser\Desktop\BFX\Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi has a digital signature
MSI (c) (58:40) [10:42:41:182]: SOFTWARE RESTRICTION POLICY: C:\Documents and Settings\XPMUser\Desktop\BFX\Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi is permitted to run because the user token authorizes execution (marked SANDBOX_INERT).
MSI (c) (58:40) [10:42:41:192]: Cloaking enabled.
MSI (c) (58:40) [10:42:41:192]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (58:40) [10:42:41:202]: End dialog not enabled
MSI (c) (58:40) [10:42:41:202]: Original package ==> C:\Documents and Settings\XPMUser\Desktop\BFX\Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi
MSI (c) (58:40) [10:42:41:202]: Package we're running from ==> C:\DOCUME~1\XPMUser\LOCALS~1\Temp\cd762.msi
MSI (c) (58:40) [10:42:41:212]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E6C65628-C37A-470B-B963-1438113BAD6D}'.
MSI (c) (58:40) [10:42:41:212]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (58:40) [10:42:41:212]: MSCOREE not loaded loading copy from system32
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'TransformsSecure' is 0
MSI (c) (58:40) [10:42:41:212]: User policy value 'TransformsAtSource' is 0
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'DisablePatch' is 0
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'AllowLockdownPatch' is 0
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'DisableLUAPatching' is 0
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (c) (58:40) [10:42:41:212]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E6C65628-C37A-470B-B963-1438113BAD6D}'.
MSI (c) (58:40) [10:42:41:212]: APPCOMPAT: no matching ProductCode found in database.
MSI (c) (58:40) [10:42:41:212]: Transforms are not secure.
MSI (c) (58:40) [10:42:41:212]: Command Line: CURRENTDIRECTORY=C:\Documents and Settings\XPMUser\Desktop\BFX CLIENTUILEVEL=0 CLIENTPROCESSID=1880
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{05D9DEAD-2FF2-4EE9-B984-BC9AC21A5F55}'.
MSI (c) (58:40) [10:42:41:212]: Product Code passed to Engine.Initialize:           ''
MSI (c) (58:40) [10:42:41:212]: Product Code from property table before transforms: '{E6C65628-C37A-470B-B963-1438113BAD6D}'
MSI (c) (58:40) [10:42:41:212]: Product Code from property table after transforms:  '{E6C65628-C37A-470B-B963-1438113BAD6D}'
MSI (c) (58:40) [10:42:41:212]: Product not registered: beginning first-time install
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (c) (58:40) [10:42:41:212]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (c) (58:40) [10:42:41:212]: User policy value 'SearchOrder' is 'nmu'
MSI (c) (58:40) [10:42:41:212]: Adding new sources is allowed.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (c) (58:40) [10:42:41:212]: Package name extracted from package path: 'Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi'
MSI (c) (58:40) [10:42:41:212]: Package to be registered: 'Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi'
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2205 2:  3: Error
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2729
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2262 2: AdminProperties 3: -2147287038
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'DisableMsi' is 0
MSI (c) (58:40) [10:42:41:212]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (58:40) [10:42:41:212]: User policy value 'AlwaysInstallElevated' is 0
MSI (c) (58:40) [10:42:41:212]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (c) (58:40) [10:42:41:212]: Running product '{E6C65628-C37A-470B-B963-1438113BAD6D}' with elevated privileges: Product is assigned.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\XPMUser\Desktop\BFX'.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1880'.
MSI (c) (58:40) [10:42:41:212]: TRANSFORMS property is now:
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Application Data
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Favorites
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\NetHood
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\My Documents
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\PrintHood
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Recent
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\SendTo
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Templates
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Local Settings\Application Data
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\My Documents\My Pictures
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Start Menu\Programs\Administrative Tools
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Start Menu\Programs\Startup
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Start Menu\Programs
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Start Menu
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\XPMUser\Desktop
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
MSI (c) (58:40) [10:42:41:212]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (c) (58:40) [10:42:41:212]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (c) (58:40) [10:42:41:212]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Windows XP Mode'.
MSI (c) (58:40) [10:42:41:212]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOCUME~1\XPMUser\LOCALS~1\Temp\cd762.msi'.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Documents and Settings\XPMUser\Desktop\BFX\Telerik.WebUI.TestStudio.QA.2010.3.1607_Purchase.msi'.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Documents and Settings\XPMUser\Desktop\BFX\'.
MSI (c) (58:40) [10:42:41:212]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Documents and Settings\XPMUser\Desktop\BFX\'.
MSI (c) (58:50) [10:42:41:222]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.01'.
=== Logging started: 4/16/2011  10:42:41 ===
MSI (c) (58:40) [10:42:41:232]: Note: 1: 2205 2:  3: PatchPackage
MSI (c) (58:40) [10:42:41:232]: Machine policy value 'DisableRollback' is 0
MSI (c) (58:40) [10:42:41:232]: User policy value 'DisableRollback' is 0
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (c) (58:40) [10:42:41:232]: Doing action: INSTALL
Action start 10:42:41: INSTALL.
MSI (c) (58:40) [10:42:41:232]: UI Sequence table 'InstallUISequence' is present and populated.
MSI (c) (58:40) [10:42:41:232]: Running UISequence
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramMenuFolder.5483247D_8C0D_48FA_BB2D_A2B2A7C404AF
Action start 10:42:41: ProgramMenuFolder.5483247D_8C0D_48FA_BB2D_A2B2A7C404AF.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramMenuFolder.5483247D_8C0D_48FA_BB2D_A2B2A7C404AF property. Its value is 'C:\Documents and Settings\All Users\Start Menu\Programs\'.
Action ended 10:42:41: ProgramMenuFolder.5483247D_8C0D_48FA_BB2D_A2B2A7C404AF. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: WindowsFolder.2FD5B92C_AC15_44E4_A02D_D25FFBF2DE9D
Action start 10:42:41: WindowsFolder.2FD5B92C_AC15_44E4_A02D_D25FFBF2DE9D.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding WindowsFolder.2FD5B92C_AC15_44E4_A02D_D25FFBF2DE9D property. Its value is 'C:\WINDOWS\'.
Action ended 10:42:41: WindowsFolder.2FD5B92C_AC15_44E4_A02D_D25FFBF2DE9D. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: WindowsFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77
Action start 10:42:41: WindowsFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding WindowsFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77 property. Its value is 'C:\WINDOWS\'.
Action ended 10:42:41: WindowsFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77
Action start 10:42:41: ProgramFilesFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77 property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.83246AAA_8F52_4426_B8DC_A41CFE1AFA77. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.8BD0D3F7_8218_41F2_9E17_00A4F8649538
Action start 10:42:41: ProgramFilesFolder.8BD0D3F7_8218_41F2_9E17_00A4F8649538.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.8BD0D3F7_8218_41F2_9E17_00A4F8649538 property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.8BD0D3F7_8218_41F2_9E17_00A4F8649538. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.1A5D0DD8_6B05_44FB_95E5_41A79C593211
Action start 10:42:41: ProgramFilesFolder.1A5D0DD8_6B05_44FB_95E5_41A79C593211.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.1A5D0DD8_6B05_44FB_95E5_41A79C593211 property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.1A5D0DD8_6B05_44FB_95E5_41A79C593211. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.C0085B17_AE8A_421F_9724_D6EF3EEF0421
Action start 10:42:41: ProgramFilesFolder.C0085B17_AE8A_421F_9724_D6EF3EEF0421.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.C0085B17_AE8A_421F_9724_D6EF3EEF0421 property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.C0085B17_AE8A_421F_9724_D6EF3EEF0421. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.52AA2246_9F96_42DE_A83F_5C5B913548DC
Action start 10:42:41: ProgramFilesFolder.52AA2246_9F96_42DE_A83F_5C5B913548DC.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.52AA2246_9F96_42DE_A83F_5C5B913548DC property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.52AA2246_9F96_42DE_A83F_5C5B913548DC. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.A6992CC8_2C7A_42C1_9647_08667934DA3B
Action start 10:42:41: ProgramFilesFolder.A6992CC8_2C7A_42C1_9647_08667934DA3B.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.A6992CC8_2C7A_42C1_9647_08667934DA3B property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.A6992CC8_2C7A_42C1_9647_08667934DA3B. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.536BC55E_716D_40CA_B050_D0BEE5781813
Action start 10:42:41: ProgramFilesFolder.536BC55E_716D_40CA_B050_D0BEE5781813.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.536BC55E_716D_40CA_B050_D0BEE5781813 property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.536BC55E_716D_40CA_B050_D0BEE5781813. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.3554D491_9935_49E3_91DA_B4FB259176EF
Action start 10:42:41: ProgramFilesFolder.3554D491_9935_49E3_91DA_B4FB259176EF.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.3554D491_9935_49E3_91DA_B4FB259176EF property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.3554D491_9935_49E3_91DA_B4FB259176EF. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramFilesFolder.2DA7DFF2_74D2_454F_9D82_17E2273844B6
Action start 10:42:41: ProgramFilesFolder.2DA7DFF2_74D2_454F_9D82_17E2273844B6.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramFilesFolder.2DA7DFF2_74D2_454F_9D82_17E2273844B6 property. Its value is 'C:\Program Files\'.
Action ended 10:42:41: ProgramFilesFolder.2DA7DFF2_74D2_454F_9D82_17E2273844B6. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramMenuFolder.801F09B7_9244_44B1_AD59_494E5AC5C6E3
Action start 10:42:41: ProgramMenuFolder.801F09B7_9244_44B1_AD59_494E5AC5C6E3.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramMenuFolder.801F09B7_9244_44B1_AD59_494E5AC5C6E3 property. Its value is 'C:\Documents and Settings\All Users\Start Menu\Programs\'.
Action ended 10:42:41: ProgramMenuFolder.801F09B7_9244_44B1_AD59_494E5AC5C6E3. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: ProgramMenuFolder.B6B481FE_20E3_43A0_A364_BF31EDD8A5A2
Action start 10:42:41: ProgramMenuFolder.B6B481FE_20E3_43A0_A364_BF31EDD8A5A2.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding ProgramMenuFolder.B6B481FE_20E3_43A0_A364_BF31EDD8A5A2 property. Its value is 'C:\Documents and Settings\All Users\Start Menu\Programs\'.
Action ended 10:42:41: ProgramMenuFolder.B6B481FE_20E3_43A0_A364_BF31EDD8A5A2. Return value 1.
MSI (c) (58:40) [10:42:41:232]: Doing action: WindowsFolder.F94EB41F_1DB8_4082_A985_C1B2C7367D56
Action start 10:42:41: WindowsFolder.F94EB41F_1DB8_4082_A985_C1B2C7367D56.
MSI (c) (58:40) [10:42:41:232]: PROPERTY CHANGE: Adding WindowsFolder.F94EB41F_1DB8_4082_A985_C1B2C7367D56 property. Its value is 'C:\WINDOWS\'.
Action ended 10:42:41: WindowsFolder.F94EB41F_1DB8_4082_A985_C1B2C7367D56. Return value 1.
MSI (c) (58:40) [10:42:41:242]: Doing action: FindRelatedProducts
Action start 10:42:41: FindRelatedProducts.
Action ended 10:42:41: FindRelatedProducts. Return value 1.
MSI (c) (58:40) [10:42:41:242]: Skipping action: NEWError (condition is false)
MSI (c) (58:40) [10:42:41:242]: Doing action: PrepareDlgTelerik
Action start 10:42:41: PrepareDlgTelerik.
MSI (c) (58:50) [10:42:41:242]: Note: 1: 2205 2:  3: Error
MSI (c) (58:50) [10:42:41:242]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898
Info 2898. Telerik_Font_SubTitle, Arial, 0
MSI (c) (58:50) [10:42:41:242]: Note: 1: 2205 2:  3: Error
MSI (c) (58:50) [10:42:41:242]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898
Info 2898. Telerik_Font_MidSizeText, Arial, 0
MSI (c) (58:50) [10:42:41:242]: Note: 1: 2205 2:  3: Error
MSI (c) (58:50) [10:42:41:242]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898
Info 2898. Telerik_Font_LargeText, Arial, 0
MSI (c) (58:50) [10:42:41:262]: Note: 1: 2205 2:  3: Error
MSI (c) (58:50) [10:42:41:262]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898
Info 2898. Telerik_Font_VersionInfo, Microsoft Sans Serif, 0
Action ended 10:42:41: PrepareDlgTelerik. Return value 1.
MSI (c) (58:40) [10:42:41:292]: Doing action: AppSearch
Action start 10:42:41: AppSearch.
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1325 2: VisualBasic
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:292]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1325 2: VisualBasic
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Telerik\WebUITestStudio\2010.3 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D24DB8B9-BB6C-4334-9619-BA1C650E13D3} 3: 2
MSI (c) (58:40) [10:42:41:302]: PROPERTY CHANGE: Adding IEVERSION property. Its value is '8.0.6001.18702'.
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v3.5 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1325 2: ProjectTemplates
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1325 2: ProjectTemplates
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1322 2: 
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:302]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Projects\{3AC096D0-A1C2-E12C-1390-A8335801FDAB} 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Projects\{3AC096D0-A1C2-E12C-1390-A8335801FDAB} 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VBExpress\9.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VBExpress\10.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VCSExpress\9.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VCSExpress\10.0\VSTemplate\Item 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1325 2: ItemTemplates
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1325 2: ItemTemplates
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\SxS\VS7 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\SxS\VS7 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS 3: 2
MSI (c) (58:40) [10:42:41:312]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS 3: 2
Action ended 10:42:41: AppSearch. Return value 1.
MSI (c) (58:40) [10:42:41:312]: Doing action: CheckIEVersionSupported
Action start 10:42:41: CheckIEVersionSupported.
MSI (c) (58:CC) [10:42:41:312]: Invoking remote custom action. DLL: C:\DOCUME~1\XPMUser\LOCALS~1\Temp\MSID.tmp, Entrypoint: CheckIeVersionSupported
MSI (c) (58:38) [10:42:41:322]: Cloaking enabled.
MSI (c) (58:38) [10:42:41:322]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (58:38) [10:42:41:322]: Connected to service for CA interface.
SFXCA: Extracting custom action to temporary directory: C:\DOCUME~1\XPMUser\LOCALS~1\Temp\MSID.tmp-\
SFXCA: Failed to get requested CLR info. Error code 0x80131700
SFXCA: Ensure that the proper version of the .NET Framework is installed, or that there is a matching supportedRuntime element in CustomAction.config. If you are binding to .NET 4 or greater add useLegacyV2RuntimeActivationPolicy=true to the <startup> element.
Action ended 10:42:41: CheckIEVersionSupported. Return value 3.
MSI (c) (58:40) [10:42:41:803]: Doing action: FatalErrorTelerik
Action start 10:42:41: FatalErrorTelerik.
MSI (c) (58:50) [10:42:41:933]: Note: 1: 2731 2: 0
Action ended 10:42:42: FatalErrorTelerik. Return value 2.
Action ended 10:42:42: INSTALL. Return value 3.
MSI (c) (58:40) [10:42:42:905]: Destroying RemoteAPI object.
MSI (c) (58:38) [10:42:42:905]: Custom Action Manager thread ending.
=== Logging stopped: 4/16/2011  10:42:42 ===
MSI (c) (58:40) [10:42:42:905]: Note: 1: 1708
MSI (c) (58:40) [10:42:42:905]: Note: 1: 2205 2:  3: Error
MSI (c) (58:40) [10:42:42:905]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708
MSI (c) (58:40) [10:42:42:905]: Note: 1: 2205 2:  3: Error
MSI (c) (58:40) [10:42:42:905]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (c) (58:40) [10:42:42:905]: Product: Telerik WebUI Test Studio 2010.3 -- Installation failed.

MSI (c) (58:40) [10:42:42:905]: Grabbed execution mutex.
MSI (c) (58:40) [10:42:42:905]: Cleaning up uninstalled install packages, if any exist
MSI (c) (58:40) [10:42:42:905]: MainEngineThread is returning 1603
=== Verbose logging stopped: 4/16/2011  10:42:42 ===

 

Stoich
Telerik team
 answered on 18 Apr 2011
3 answers
70 views
Hi,

Am trying to install QA trail version on Window XP system. Could you please let me the details
Anthony
Telerik team
 answered on 18 Apr 2011
1 answer
80 views
I've tried a few newer versions of Web UI.
1421 - 1502 -(1607 I think, the new one)
When I run some of my old tests that ran just fine on 1213, they don't run well.
Some of the clicking functions just - don't click anymore.
Some of the tests run fine and give all triangles for results.
A lot of the external links that pop up will not close.
This causes Web UI to tray to run the rest of the test against the pop up windows causing lots of failures.
I bet I'd have to rerecord for days  to hopefully get things working again.
What should I do??
I have many problems with 1213 that I'd like to leave behind by upgrading to a newer version.
Stoich
Telerik team
 answered on 18 Apr 2011
1 answer
151 views
When configuring a scheduling server, I'm guessing that the user email is where you can put in a valid email address or semicolin delimited addresses (someone@somewhere.com; someone2@somewhere.com; ect...).  I can't for the life of me figure out what the password should be.  Please fill me in.
Stoich
Telerik team
 answered on 18 Apr 2011
3 answers
111 views
HI,

Am not able to install trail version_QA. Am getting error, please find the attached file for details.
Stoich
Telerik team
 answered on 15 Apr 2011
1 answer
71 views
Hi

What are the prerequisites to install WebUI Test Studio QA Edition Trail. Could you please let me know.
Anthony
Telerik team
 answered on 15 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?