Good evening team,
Is it possible to select a file from a dialog box when we are running a web test? The scenario of this execution is when we click a field in a web browser, a windows dialog box pops out and we would need to input a path to a local folder and select a file(SelectFile.PNG).
But I'm unable to detect any element from this dialog box presuming this is because the test script is a web test and hence this limitation(do correct me if i'm wrong).
Is there any workaround or suggestion to this limitation?
Many many thanks!
Best Regards,
Pravin
praja@dongenergy.dk
Hi guys,
I'm having element not found issue during script execution (ElementNotFound.png)(ElementNotLog.png).This is happening even though the element is being able to be detected using the Edit Element feature (ElementDetected2.png) (ElementDetected.png).
The idea of this execution is to simply LeftDouble click on the field as shown in ElementDetected2.png.
Do help to advice,
Many thanks in advance (:
Pravin
praja@dongenergy.dk
Good Morning,
I am new to Test Studio and am unable to use the highlight element option when recording in Firefox and Chrome. IE is sketchy at best. When the button is selected the mouse starts randomly passing over every element and at that point I have to start the task manager and close the browser. I am running Win 10 1607 build 14393.693 and the latest version of Test studio 2017.1 I have been successful with one instance of IE 11. I must reboot my system in order to use the other browsers.
Not sure if this is even possible to do what I'm trying to accomplish.
Currently I have different databases that our application connects to for different scenarios. This is accomplished using a single test script for each database, with some coded steps to handle the change over.
In our test lists, each list starts with one of these tests. Is there a way to prevent any results from this test from being written out/added to the test list results file?
I'd be perfectly content with a coded solution if such a thing exists.
Hi guys,
Good day, have a question on Findings Page elements through coded steps. Hope you guys can assist me :)
I'm trying to locate an element in an IE web browser through coded step using Find.ByAttributes() without any luck.
These are the attributes i'm using to detect in my Find.ByAttributes() coded step :
1) TagName
2) InnerText
3) role
These are the code snippet that i'm using :
Element record = Find.ByAttributes("TagName=td","InnerText=~" + ((string)(System.Convert.ChangeType(Data["Name"], typeof(string)))), "role=gridcell");
Assert.IsNotNull(record, "Record not found.");
For InnerText attribute, i'm would like to read a partial value from an excel sheet (NameExcel.PNG) and i'm using "~" as based in the documentation,"~" signifies partial
Name.PNG is the element i'm looking to read in the browser
But every time i run the script, my Assert fails (ElementLog.PNG) which is weird because as you can see in (Element.PNG), the same attributes can be detected by Telerik if i recorded and use "Edit Element" option.
Another question is, will the below code snippet be able to click on the element once it's detected?
ActiveBrowser.Actions.Click(record);
The whole idea of this script is to detect the element that contains these attributes and click on it.
Many thanks in advance :)
Best Regards,
Pravin
praja@dongenergy.dk
I am new to Test Studio and was looking to test the creation of page, dragging and dropping of widgets on a page etc. etc.
However during play back TS does not seems to be able to play back the dragging and dropping of the widgets from the tool bar
Any help would be appreciated
If I run the test scripts in IE, it will run without any error. but I run the same test scripts in chrome and firefox, it failed in some cases. Please explain.
Product Version: 2015.3.1015.0
Hi,
I recorded a simple load test in IE browser. when i try to run the test, i get the below error in the log file :
"Telerik.TestStudio.Desktop.exe(8804:1),Framework] Manager.get_ActiveBrowser() : The current ActiveBrowser is either invisible or disconnected."
Please let me know how do i overcome this.
Thanks and Regards,
Subhashish
I using developer edition for testing the ASP website. Having problem testing the reporting data opening in PDF format in browser. WebUI test studio could not able to find the controls and data in the browser pdf file. Does the Developer version of WebUI support the PDF file testing?
Appreciate for your time.