Hi,
I am a new test studio user and I am working on some initial test scripts.
One of the first sets of scripts is testing a login including:
I am wondering is it possible to automate #4 above using the Test Studio UI?
Our password reset process sends an email to the user with a one time use URL.
I suppose the scenario would be to identify a dedicated user account for the email to go to, then login to web mail access with a known email UID/PSW. Select the email. click on the link, and then follow it back through. to access our password reset prompt which is waiting for the new password to be specified.
Question is: The link is dynamically generated. How would I account for that?
Or should I be asking for a developer to modify the password reset to have a method that allows for a known Password reset token for this user that is static?
i have a problem with running tests with chrome.
Page keeps refreshing and test fail at last.
note that this does not happen when i try for google page , is this a compatibility issue or what?
Thanks
Hi!
We have automated tests setup for our WPF application. Our application has a self updating process that closes itself, replaces its exe with an updated exe and then restarts itself. We have implemented a way to test this procedure by using a mock application at startup and then feeding in our actual application as mentioned in your KB (http://docs.telerik.com/teststudio/advanced-topics/coded-samples/wpf/connect-to-running-app). We use the Manager.ActiveApplication.Detach(false) function to free the exe from the testing framework, we then update it and then reattach to the application when it restarts using the same method used when we feed in our actual application at startup.
This process works perfectly when running it via a Test List in the Telerik Test Studio IDE Runner. Unfortunately, this process only works on a single run through when we run the very same code on the ArtOfTestRunner.exe on our CI server. It will then refuse to work again until we restart the server. When we run the Manager.ActiveApplication.Detach(false) function, the ArtOfTestRunner.exe will immediately begin the next test in the Test List, instead of running the next step in the currently executing test (which is to hook back into the application after it restarts).
Do you have any insight as to why this is happening? Why would it work the first time, but continue to fail there after until the server has been restarted?
Hope to hear back soon
I have a question about how Manual Testing in Test Studio works. I did not see much documentation regarding the Manual Testing. In the screenshot below, I did an import of my test cases from a spreadsheet. That is perfectly the way I wanted but once I have that imported, I would like to add different notes to each step of the Manual Test. But I noticed that all the steps in the test share the same note. Is that how Manual Test was designed or am I missing something in the functionality of Test Studio.
Hi Team,
Any advice on below issue :
Requirement : In Coded Step, I want to write a code such that string should split into two halves based on delimiter and save it in two diff variables
Any Code/Functionality available in Telerik Test Studio to achieve this ?
Please find the snapshot for example
Regards
Abdul
This is another of many issues I have had with Test Studio communicating with TFS. For whatever reason, Test Studio is consistently deleting an entire folder of tests when they have not been deleted by the client and it does not show the user that the delete is part of the check in. This is extremely frustrating. Why is Test Studio doing this and I can I make it stop?
NOTE: I have already rolled back the delete multiple times, deleted and re-created the local workspace with a fresh instance of the project from source control.
I have created if/else condition, if part is working OK, but else if failing. I have attached execution log...
'19.2.2016 13:27:18' - 'Pass' : 1. Navigate to : '/'
'19.2.2016 13:27:18' - 'NotRun' : 2. Wait for 'TextContent' 'Contains' 'Sign in to start your session' on 'SignInToPTag'
'19.2.2016 13:27:33' - 'Fail' : 3. IF (Wait for 'TextContent' 'Contains' 'Sign in to start your session' on 'SignInToPTag')
'19.2.2016 13:27:33' - Unable to determine logical branch to go into. Unable to execute verification.
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using
Find logic
(Html): [tagname 'Exact' p] AND [TextContent 'Exact' Sign in to start your session]
Unable to locate element. Search failed!