Hi,
I am using the Telerik test studio for the first time. The problem I have with the Test studio tool is how can I customize the Username and Password fields available on the Logon dialog to be driven out of a configuration file ?
Suppose we have a web application which can deployed on multiple servers and the authentication to each of these is done using the Logon dialog, For eg. http://Server1 has login creds AAA/BBB and http://Server2 has login creds CCC/DDD. Is it possible to customize the logon dialog such that the username and password fields are driven out of a config file which stores the username and password for the respective server.
Regards,
Venkat
Hi there,
I was wondering if there is a way to get more information from the email that is sent out by the scheduler? Currently it gives very little output as to what the steps where leading up to the failure. For the person having access to Test Studio, you get to see the log files, and you can view the log files of a particular step that failed.
Surely there must be a way of attaching the log file, of a particular test step, to the excel document? Or maybe even a way of sending an email with the log file information via email? Not all persons involved will have access to Test Studio, and will not understand where tests are failing.
Any further info will be very much appreciated.
Thanks
New to Test Studio and we're trying to record a specific keyboard combination of Ctrl + Alt + Shift + P.
How would I go about creating a test step?
Thanks
Is there a way to clear unexpected browser message boxes that might display when running an automated test?
Occasionally, our AUT will display a message box if the test fires an event before the UI is ready. The message box causes the test to hang and this prevents subsequent tests from running.
Granted, this is a timing issue between our web site and the test that needs to be addressed, but I was thinking a test as a step could be added to each test to automatically clear any hanging message boxes if they should appear unexpectedly. This would keep our tests running on daily basis as we address the timing issues.
I've used a function in another testing tool, but I'm not sure how to accomplish this in a test as a step in Test Studio, so any suggestions would be appreciated!
Is there a way to camper values from the Data table? For example:
If([User Role] = “Admin”) then run anything under the true branch. In my case I want to do different validation for each role and do not want to go down the coding path as of yet.
Any ideas?
Thanks,
John
Button not enabled when executing the test in TEST STUDIO
I had no trouble recording the test... during playback it does find the button and does simulate the click ... but since the button is not enabled, next page does not load and this causes the next step in the test fail.
Hello,
I would like to compare an extracted date value from a txtbox or datepicker control. There are multiple places in the application that we would have to verify that the current date is displayed. So I would like to write this once and be able to reuse the function. Has anyone done this before or have any ideas on how to do this?
My initial thoughts would be to create a stand alone test with a coded step that compares an extracted date variable to 'DateTime.Now.ToString("M/dd/yyyy"). Then anytime I needed to compare dates I would always use the same extracted variable name. Is this something that would work anywhere in a project?
Thanks for your thoughts,
Leon
Hi,
I did each steps[in an android device(4.4.2) ] following test studio mobile getting started document, But I encounter an issue:
Package 'com.telerik.demoapplication' not found.
Do everyone know how to fix it? Thanks in advance.
Nathan