Hi,
I'm having problem with the extraction and then parse this extraction and use it in input value field. On the site there is a table with results from which I want to pick random cell in first column and store this data (example value in cell ZVE-P5045-2892). Then I want to take last digits after the second "-" sign (example 2892) and type it in the input value field on the page. If I try the following, I get the whole value ZVE-P5045-2892 into the input field:
1. Extract 'TextContent' on 'ZVEP50452892TableCell' into DataBindVariable $(paymentRequest)
2. Enter text 'zve-p5045-2892' in 'NumberText' - DataDriven: [$(paymentRequest)]
I know I have to use VB.NET now, but as I lack of the VB knowledge I need your help. So how could I pick a random value from cell in first column, use only last 4 digits from this value and type it in to input value field?
Thanks and BR, Jurij
Yo!
I am testing a WPF application and it is crucial that I simulate front-end, user peripheral input as genuinely as possible. If I want to enter some text into some textbox, how can I do this such that it is the same as a user physically using a keyboard with the app?
I asked this question via email and was pointed to the 'Test Step Properties' section of the Test Studio documentation. I am a bit confused on how using properties like 'SimulateRealClick', 'SimulateRealTyping', and 'SimulateRealUser' can be implemented and how they are useful.
If I create a LeftClick step, is Test Studio going to perform this click using the mouse or does it invoke a click on the WPF element?
Thanks!
Hello, Telerik team!
I've created about 170 test. But one part of URLs was changed. For example:
was - http://rt.test.com/
is - http://qa.test.com/
How can I change a part of URL in all tests?
I see an article which describes Notification Settings (http://docs.telerik.com/teststudio/features/scheduling-test-runs/schedule-execution)
But I do not see this dialogue, and Notification Settings contains only two steps (http://screencast.com/t/ZcidqX76F), but in the article describes three steps.
How to set up e-mail notification?
Hi,
We've just implemented password hashing in our company's signup form. So now I'm trying to record and make a new testcase to verify that these password fields are being indeed "hashed". What would be the way to verify that the value in these fields are indeed being displayed as hashed?
If using "Run List", report save in folder C:\TestsProject\Results\
If using "Schedule Test List", report save in folder C:\TestsProject\Results\TestList\*********\
Why?
If using "Run List", report save prefix "(Browser name)".
If using "Schedule Test List", report save without prefix.
Why? And it affects the "Report Page". Showing two different kinds of results, sample first "AllTest(InternetExplorer)", second "AllTest".