Search found 7 matches

by haye7889
Wed Nov 01, 2017 8:17 pm
Forum: How To …
Topic: How to Delete Database using Code Module
Replies: 1
Views: 1395

How to Delete Database using Code Module

Hello, I'm wondering if there is a way to truncate a database using a code module. The tutorial for code modules haven't been helpful and I'm not a developer, so I was wondering if this was possible. I want to basically run a test case where I have my user log in, adds some data, truncate the databa...
by haye7889
Fri Sep 22, 2017 2:37 pm
Forum: How To …
Topic: How to bind multiple data sources in one test case
Replies: 2
Views: 2623

Re: How to bind multiple data sources in one test case

Perfect, I didn't think about using smart folders.
Thank you so much!
by haye7889
Thu Sep 21, 2017 9:37 pm
Forum: How To …
Topic: How to bind multiple data sources in one test case
Replies: 2
Views: 2623

How to bind multiple data sources in one test case

Is there a way to bind mulitple data sources to one test case? Example of my test case: Test Case1 Setup -IEStartUp (open browser with data source that has multiple testing urls) - IELogon (Has data source to iterate through multiple email and password logins) TearDown -IELogOff (just logs out) So f...
by haye7889
Tue Sep 19, 2017 3:50 pm
Forum: How To …
Topic: How to prevent pending changes in TFS
Replies: 2
Views: 1857

Re: How to prevent pending changes in TFS

Hey asdf,

Thanks for the reply. I was able to create an external tool in Visual Studio to prevent unchanged files to show up.

I believe this would have also worked as well.

Thank you!
by haye7889
Thu Sep 14, 2017 5:31 pm
Forum: How To …
Topic: How to prevent pending changes in TFS
Replies: 2
Views: 1857

How to prevent pending changes in TFS

Hi all! I'm using Visual Studios 2015 and it is connected to the Team Foundation Server for the Ranorex solution. Anytime I create a build in Ranorex, it populates pending changes to recordings I did not make any changes to. If I undo the included changes, they will come back whenever I rebuild in R...
by haye7889
Fri Sep 08, 2017 2:42 pm
Forum: How To …
Topic: How to close web application through iteration.
Replies: 2
Views: 1870

Re: How to close web application through iteration.

Figured it out.
It worked! Thanks!!!
by haye7889
Thu Sep 07, 2017 3:01 pm
Forum: How To …
Topic: How to close web application through iteration.
Replies: 2
Views: 1870

How to close web application through iteration.

Hi, I'm trying to figure out how to close the web application I have through iterations. First it will open IE, log in as a user, then close the IE browser. Then it will repeat itself, but with Chrome. However, I cannot figure out how to get it to close the application. I changed the path's class fr...