<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.
Hello Telerik Team,
I am in evaluation period. Before we buy the production I need to ask and learn some informations.
-Is the Test Studio logging/showing the Javascript errors in a way?
-How is the errors reported? What king of informations does the reports include?
-Can we verify with Test Studio like "Page B must come after Page A" ?
We will decide to buy the product related to these questions.
Thank you already for your answers.
Hi,
I work in Visual Studio, code first type development. Application under the test is Silverlight app. in browser.
On a page I have a grid. I get instance of the grid using code like:
var temp = Get<Telerik.WebAii.Controls.Xaml.RadGridView>("Name=MyGridName", "XamlTag=bradgridview");
The question is - when I look "temp" all collections (GroupHeadersRows,Rows , etc. ) always empty?