Search found 4 matches

by siddhantsudan
Fri Aug 19, 2016 12:07 pm
Forum: Bug Reports
Topic: Lineage glue rule wpf_root exception
Replies: 8
Views: 3468

Re: Lineage glue rule wpf_root exception

I found that I am getting this exception because of popup watcher class.When I do not use popup watcher I no longer get the exception.Any ideas as to what might be wrong with using popup watcher.

Thanks,
Siddhant
by siddhantsudan
Tue Aug 16, 2016 12:48 pm
Forum: Bug Reports
Topic: Lineage glue rule wpf_root exception
Replies: 8
Views: 3468

Lineage glue rule wpf_root exception

Hi, When I run my tests sometimes I get the following exception"lineage glue rule wpf_root caused argument exception on execute.An item with same key has already been added".This does not break my tests and the execution goes on.Whenever I clean my solution and then build it it disappears when the s...
by siddhantsudan
Fri Jul 15, 2016 8:36 am
Forum: Automation API
Topic: create excel connector and do data binding from code.
Replies: 3
Views: 2971

Re: create excel connector and do data binding from code.

Hi, a similar topic was already discussed in the following forum thread: multiple-data-source-in-one-test-case-or-use-ancestor-s-t7838.html#p31720 You could create different data sources for each excel file and set the data source of the test case accordingly. Note that this information needs to be...
by siddhantsudan
Fri Jul 08, 2016 4:26 am
Forum: Automation API
Topic: create excel connector and do data binding from code.
Replies: 3
Views: 2971

create excel connector and do data binding from code.

Hi, I wanted to know whether it is possible to specify the excel file path in data driven testing at runtime or in code. Currently I have created a data connector and I am using the test suite's "manage data sources" to specify the file name.The problem is that I will have multiple excel files with ...