I am login my SL application wait for few sec after that one prompt window it’s
coming (as admin window) to enter username and pass word to click ok button and
following both two step is not recording in login test and execute my login test it’s fail .
Then how to remove prompt window . Please give me information .
HI,
I am able to highlight a record in ListBox using following code step in WebUI:
pages.BORWL08D63186Wmservice.SilverlightApp.LstProcessOrdersListbox.Find.ByText("PO_CAM_02").User.Click()
But if try to put the value “PO_CAM_02” in Local Data Source and then try to highlight the record in ListBox, by using following code step in WebUI:
pages.BORWL08D63186Wmservice.SilverlightApp.LstProcessOrdersListbox.Find.ByText(Data["Col1"].ToString()).User.Click()
I get following compiling error:
C:\Documents and Settings\....\DS2.aii.vb: Line 70: (BC30311) Value of type 'ArtOfTest.WebAii.Design.BaseWebAiiTest.TestData' cannot be converted to 'String'.
C:\Documents and Settings\....\DS2.aii.vb: Line 70: (BC30203) Identifier expected.
We are currently evaluating WEB UI tool by using trial version, your help in this regards will be much appreciated.
Thanks
Akbar
Hi,
The problem which I was facing in the script is that Telerik could not record the key press functionality ,therefore to capture that function we customized the script of that step in C#. The customized line is mentioned below:
Manager.Desktop.KeyBoard.SendString("n");
This customized Telerik script works fine local environment where the script was created but does not work in the other machine/Location.
Regards
NKG
During recording I click on a link to another web site a box pops up and I click OK then another windows opens up for the new website and thenI get this error
Unable to attach to this instance of the browser please close the browser and try again
Is something not set correctly in the browser?
Web UI build 2010.3.1213.0
IE8
Windows 7 SP-1 with all latest windows updates
Hi,
The Project as attached I try to inherit parent data source, but it's failed.
The Error message as below:
Overall Result: Fail
------------------------------------------------------------
'2011/3/17 9:35:52' - Starting execution....
------------------------------------------------------------
'2011/3/17 9:35:56' - 'Fail' : 1. Execute test 'DataBindParent'
>>> Test-as-Step 'DataBindParent.aii' log starts:
------------------------------------------------------------
'2011/3/17 9:35:56' - Error attempting to execute a Test As Step. Details:
'2011/3/17 9:35:56' - System.NullReferenceException: Object reference not set to an instance of an object.
at ArtOfTest.WebAii.Design.Execution.ExecutionContext.get_ActiveDataRows()
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteDataDrivenTest(Test test, BaseWebAiiTest codeInstance)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteTestInCurrentContext(Test test)
<<< Test-as-Step 'DataBindParent.aii' log ends.
------------------------------------------------------------
'2011/3/17 9:35:56' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'2011/3/17 9:35:56' - Overall Result: Fail
'2011/3/17 9:35:56' - Duration: [0 min: 0 sec: 149 msec]
------------------------------------------------------------
'2011/3/17 9:35:57' - Test completed!