Search found 13 matches

by smigup
Mon May 24, 2010 1:04 pm
Forum: General Questions
Topic: System.Diagnostics.Process.Start does not work everytime
Replies: 1
Views: 2314

System.Diagnostics.Process.Start does not work everytime

Hi,

Facing issue with starting a batch file. The command does not always work. Not sure what's happening.

command being executed is:
System.Diagnostics.Process.Start(@"C:/appBuilds/app/RunApp.bat");

Need help! Thanks
Smita
by smigup
Thu May 13, 2010 9:56 am
Forum: General Questions
Topic: Test structure
Replies: 3
Views: 1959

Re: Test structure

Thanks.

Unable to download pdf .. times out. Any alternate way ? ( does'nt open directly as well)

Yes, working with utility and shared classes.

thansk
Smita
by smigup
Wed May 12, 2010 10:14 am
Forum: General Questions
Topic: Test structure
Replies: 3
Views: 1959

Test structure

Hi, Trying to figure out how to structure my test packs .. need help! I have 1 AUT for which I need to automate my test packs. Few qns around structure the whole stuff. 1) So for a AUT, I have 1 solution .. right? 2) Do I create 1 / multiple projects ? What do I base my decision on ? ( modules?) 3) ...
by smigup
Wed Dec 02, 2009 7:46 am
Forum: General Questions
Topic: Error in Data fetch from csv file
Replies: 5
Views: 3309

Build Error ..

Hi,

Getting following error while compiling. Can someone guide me where to look for this duplicate ?

Thanks
Smita

The item "Part.UserCode.cs" was specified more than once in the "Sources" parameter. Duplicate items are not supported by the "Sources" parameter. (MSB3105)
by smigup
Wed Dec 02, 2009 7:37 am
Forum: Automation API
Topic: Why is my code getting reset ?
Replies: 4
Views: 2082

Re: Why is my code getting reset ?

Hi Ron, I am using teh trial version 2.2. All I rememer doing is making modification to teh implementation of teh called functions, build and run. Unfortunately, I will not be able to send the project as such. However, will be able to send particular files as required .. after masking data as requir...
by smigup
Tue Dec 01, 2009 12:48 pm
Forum: Automation API
Topic: Why is my code getting reset ?
Replies: 4
Views: 2082

Re: Why is my code getting reset ?

Just realized that I cannot attach .doc files. Do let eme know if I need to make my issue clearer - Thanks,smita
by smigup
Tue Dec 01, 2009 12:42 pm
Forum: Automation API
Topic: Why is my code getting reset ?
Replies: 4
Views: 2082

Why is my code getting reset ?

Hi, Seeing some behavious with Ranorex .. not sure if it is expected or not ? 1. One of my recording types and heirarchy is chnaging by itself :? pls see attached screenshot. On left, I had Part.rxrec. While I still see that in my item list, however, Part.cs and Part.usercode.cs have gone out of its...
by smigup
Tue Dec 01, 2009 8:09 am
Forum: General Questions
Topic: Passing Parameters to user code
Replies: 4
Views: 2552

Re: Passing Parameters to user code

Thanks. I could set the parameters.
by smigup
Tue Dec 01, 2009 7:57 am
Forum: Automation API
Topic: code snippets - C#
Replies: 1
Views: 3253

code snippets - C#

Hi,

Need to develop teh a test suite quickly. Strted working in C# Ranorex project.

Woudl like to check if there is a repository of code snippets ( I have seen user guide) somewhere which can give quick start for commonly used functions. It woudl be a great help!

Thanks
Smita
by smigup
Mon Nov 30, 2009 1:14 pm
Forum: General Questions
Topic: Error in Data fetch from csv file
Replies: 5
Views: 3309

Re: Error in Data fetch from csv file

Once I qualify with System.Data, it works.
Thanks, Smita
by smigup
Mon Nov 30, 2009 1:04 pm
Forum: General Questions
Topic: Error in Data fetch from csv file
Replies: 5
Views: 3309

Error in Data fetch from csv file

Hi, Some issue with teh below code snippet.. I believe "DataRow" is not a defined object in the Library, can you suggest which object can I use to retrieve rows from my csv file ? Thanks, Smita CSVConnector csvConnector = new CSVConnector(@"..\..\CV.csv"); foreach( DataRow row in csvConnector.Rows) ...
by smigup
Mon Nov 30, 2009 12:58 pm
Forum: General Questions
Topic: Passing Parameters to user code
Replies: 4
Views: 2552

Re: Passing Parameters to user code

Thanks Christian. I had a look at that. From what I understood from that, I can pick data from Excel / external source.

Cannot I give a "hardcorded" parameter to my function ?
by smigup
Mon Nov 30, 2009 9:54 am
Forum: General Questions
Topic: Passing Parameters to user code
Replies: 4
Views: 2552

Passing Parameters to user code

Hi,

To give the background, I have been working with QTP so far for Test Automation. Just started exploring this tool..

Would like to know know to pass parameter to my user code ? is it possible ?

thx
Smita