Hi Telerik Team,
for the automated tests I want to generate a unique data for testing. I am creating a record in my application for which the Record Name must be unique so that it would be easy to search. To generate unique record name I am appending DateTime value to the ‘Record Name’ I am reading from input xls via a coded step.
Though I am able to create a new record having unique name by appending Datetime, while searching I want the exact name which I had entered while creating a record. I have declared record name as a class level variable. So I can access it in all the coded steps. But the search functionality has all recorded steps. How can I use a class level variable from a coded step, in the data driven recorded step?
Process prc = new Process();
prc.StartInfo.FileName = @"W:\QA\copyTestFileToFolder.bat";
prc.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
prc.Start();
prc.WaitForExit();
prc.Close();
When navigating to an address with security Telerik does not take the browser to the site but stops. The “Start recording using instance of browser appears and not the ip address.
Any thoughts?
John