Hi,
I have a problem I need to use in one test, the data of the other test.
I read this link http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/data-driven-testing/multi-level-tests.aspx but my test aren’t sequential.
I want to know if exist any way transform one variable in global and use in all project.
I tried use data source, but the content of my excel file isn’t update.
The content of variable I need global is: text concatenate with actual date, are started the test.
Using the code I can get a content presenter. I would like to change the text(textbox/checkbox)of all controls accordingly.Here all these controls are adding dynamically so i am not able to locate into DOM Explorer.
Please find attached document for hieraxhy in DOM your reference.
Appreciate your help, It’s really a show stopper for us to go ahead, Please help us to overcome this issue.
Thanks in advance
-Sreeee
string
File = Environment.CurrentDirectory + @
"\Datasource\SampleFile.docx"
;
SetExtractedValue(
"File"
, File);
Log.WriteLine(Data[
"File"
].ToString());