Hello,
I need to automate functionality on a web app where 2 accounts are logged to the app at the same time and viewing/modifying the same page at the same time.
The scenario goes like this.
User1 does some action and saves it
User2 does an action that's related to the action User1 executed and tries to save
A message displays to User2 that the page was modified by X user
Has anyone automated this type of scenario, with 2 users logged in concurrently? How did you go about it?
Thank you for any guidance anyone can provide.
I am trying to Bind a new data set to my test, and when I select a data source it stays stuck on the "loading" animation and never loads.
I've restarted many times and even ran the program as admin. It was loading fine previously. This behavior does not change if i choose other already loaded data sources.
Is it possible to select the first X rows of a Grid as part of a test? Drag selecting on the Grid isn’t captured in the test recorder.
Thanks,
Richard
When trying to record a test, interacting with the Context menu doesn’t seem to be captured in the record steps. Are there any tips for testing Context Menu options?
Thanks,
Richard
OS : Windows11
Telerik 버전 : 2023.3.1011.1
Test Target : WPF
I implemented deleting values with keyboard using Test Studio.
There is no problem if you run it with Test Studio.
> ArtOfTest.Runner.exe list=.\TestLists\Delete.aiilist Compile Successful: Executing test: 'Delete_StartDate' Overall Result: Fail Result saved with path: '.\Results\Delete 133458704024418978.aiiresult'
You can check the video at the following link.
I created some example code for you.
OS : Windows11
Telerik 버전 : 2023.3.1011.1
Test Target : WPF
I implemented deleting values with keyboard using Test Studio.
However, when I run Testlist with ArtOfTest.Runner.exe I get the following error:
> ArtOfTest.Runner.exe list=.\TestLists\Delete.aiilist Compile Successful: Executing test: 'Delete_StartDate' Overall Result: Fail Result saved with path: '.\Results\Delete 133458704024418978.aiiresult'
I think ArtOfTest.Runner.exe can't find the C# code.
I use telerik test studio Runtime Edition. Can't it run in non-interactive mode on a regular PC??
OS : Windows 10
CI/CD : Gitlab Runner
I have a Get query that when I run in Postman with the correct security token, returns:
(*** is redacted)
Get https://***/?q=SELECT Id, Portfolio_Status__c, Open_for_Submissions__c FROM Teaching_Portfolio__c WHERE id = '***'
I am currently designing a test in Test Studio that will check to see if "Open for Submissions__C" is Yes or No.
If No, I will run a Patch API Call that changes the value to Yes, and then a Get to verify that the data has been changed.
If Yes, Test Passed.
Question 1 - I started with an If statement in Test Studio, but the API call I wrote does not appear in the drop down menu as a verification option. Should I instead just have my test run an API Test, and put the If/Then statement in the API test?
Question 2 - I am having a hard time recreating the API call within Test Studio. For my first step I made an HTTP Request with the above Get call, the security token as Authorization in the body tab, and in the Verification Tab - Source:Body, is equal to 'Yes'
I do not know what to put in the JSONPath to find that Yes or No value from my API Call. Overall I'm not sure this is the best way to get the information I want. Should I be using a Verification API test instead of HTTP?
Any help is much appreciated, I'm a bit lost.
I’m evaluating Test Studio internally at the moment for a WPF application we are writing. Given that I have full control over the WPF App and can make any changes I need; are there any best practices I can implement in WPF to facilitate Test Studio when it is recording testing steps?
e.g. Control Names, a helper package for exposing the WPF structure to Test Studio?
Any suggestions on what I can do to make the generated steps more readable would be greatly appreciated.
Thanks,
Richard
In a WPF test, how do I wait for a button that is disabled due to an async save in progress to complete and become enabled before continuing the next step in the test?
Thanks,
Richard