I'm curious if it's possible to have a web test with a step that closes the browser but then is able to continue running the test in the next step.
I've tried using "Manager.ActiveBrowser.Close();" but that closes the browser and then ends the test. The next step that I have reopens the browser and navigates to the desired page but it never seems to go onto the next step once the browser closes. Is there a way to use a similar step that would close or restart the browser without ending the test?
Hi,
I have downloaded a trial version and i have been trying to get my hands on the test studio. I am having issues capturing recordings due to improper placement of the Grid, text fields etc while highlighting. The Context menu appears very far as the tester cannot reach it and it disappear. The context menu also keeps blinking and is very irritating.
Please see to the file attached.
System Specs:
Windows 7
Intel Core 2 Duo
Ram: 4 GB
32 bit operating system
Resolution : 1400 x 1050
<
configSections
>
<
section
name
=
"WebAii.Settings"
type
=
"ArtOfTest.WebAii.Core.SettingsConfigSectionHandler, ArtOfTest.WebAii"
/>
<
section
name
=
"WebAii.Settings.Web"
type
=
"ArtOfTest.WebAii.Core.WebSettingsConfigSectionHandler, ArtOfTest.WebAii"
/>
<
section
name
=
"WebAii.Settings.Wpf"
type
=
"ArtOfTest.WebAii.Core.Settings.WpfSettings, ArtOfTest.WebAii"
/>
</
configSections
>
<
WebAii.Settings.Wpf
"DefaultWPFApplication":"<path.exe">
/>
Hi,
In Load Testing I Edited the json content(Serial number-Primary Key) value in the Captured Traffic POST Element.
After I run with the Edited value, the Database gets affected. The respective data stored in the database(Oracle) Table.
Next i have tried with Data driven (using EXCEL Sheet. I am not getting any error. But there was no affect in Database.Values not stored in the Database Table.
I am not sure whether the Excel Data column value that I was Replaced in the json script correct format.
So tell me how to replace the content value with the Excel column value.
Herewith I have attached you the reference screenshots.
Thanks
Saravanan
<html>
<head></head>
<body>
<iframe id="casesFrame" width="99%" height="418" frameborder="0" src="../cases/main_init" name="casesFrame" style="">
<html class=" ext-strict x-viewport">
<head></head>
<body id="ext-gen3" class=" ext-gecko ext-gecko3 x-border-layout-ct">
<ul id="ext-gen37" class="x-tree-root-ct x-tree-arrows">
<li class="x-tree-node">
<a class="x-tree-node-anchor" tabindex="1" href="" hidefocus="on">
<span unselectable="on">New case</span>
</a>
</li>
</ul>
</body>
</html>
</iframe>
</body>
</html>
I have the following structure in my page, but I get error while performing an event "Click" link "New Case" this is iframe.
I am using the code following in "Test Studio":
Browser casesFrame = Manager.ActiveBrowser.Frames.ById ("casesFrame");
HtmlAnchor NewCase = casesFrame.Find.ByExpression <HtmlAnchor> ("InnerText = ~ New case", "tagname = a");
Assert.IsNotNull (NewCase);
newCase.Click (); //Does not perform the event ​
Hello, Telerik Team!
I am QA and I use TelerikTestStudio. I am trying to create test step where date will be = current date + some days.
When I recorded test I chose required date. But if I will execute same test tomorrow - date will be wrong.
Unfortunately, I don't have programming skills.
Date format - 5/8/2015 (m/d/yyyy)
Looking forward on your response.