How to build a script from scratch for performance testing
Hey All,
It would be grateful if you help me out with performance testing guideline and setup things.
I wanted to perform performance testing on web page. I am new runner on telerik.
Please help me with the same.
Thanks
Pratik Jagadev
Hello
so i have a windows desktop program (not WPF) that should be launched with parameters and the recorder should start . i tried to put the parameters in the configure application path tab, but it won't launch in this way,,
normaly i can launch the program like this in cmd :
myprogram.exe -arg1=x -arg2=y
is there any method to launch the program with parameters in Telerik test studio ? (without parameters the program will display somthing else that i dont' want )
Thanks
Hi,
Is any option is available to identify an element is arranged in horizontally or vertically.?
Hi,
Can we reuse TestList in another TestList in Telerik Test Studio?
Thanks,
Sreelakshmi
Hi,
I'm having an issue with verifying a button if it's disabled or not in a web app. I'm using the Verification - Enabled test step but Test Studio keeps returning an error saying the button is enabled even though it's already disabled/unclickable in the web. Can anyone from the Telerik Team check this?
Please see:
Disabled button - https://www.screencast.com/t/fTK7KoDw
Error from Test Studio - https://www.screencast.com/t/aU2NAtane2a7
Thanks,
Roldan
Issue :
Unable to locate elements in geo location.
Scenarios :
Additional Informations:
Application is built with WPF.
I have a scenario where I need to verify data based on timezone selected. For eg:
1) If the timezoneId: 'Europe/Athens' then show Label "A"
2) If the timezoneId: 'Europe/London' then show Label "B"
So let me know how I can change timezoneid from Test Studio itself to verify correct label.