Search found 13 matches

by pramoodd
Fri Apr 26, 2013 9:48 am
Forum: Automation Tools
Topic: Running a Test module Before test suit Run
Replies: 3
Views: 2000

Re: Running a Test module Before test suit Run

Thanks for the reply, But I don''t wanna make that testcase see in my Testsuite. Is there any way? I want to to write a condition like , ON Test suite run, execute these test modules . like testmodule.run(''TestModule1"); then after setting the language, we run the complete test suite(Which include ...
by pramoodd
Thu Apr 25, 2013 11:52 am
Forum: Automation Tools
Topic: Running a Test module Before test suit Run
Replies: 3
Views: 2000

Running a Test module Before test suit Run

HI Ranorex Team, I got a small Issue, I Have a test module that I want to call it before the test case 1 runs. I want to set up the language in that module. after that my checked test cases in the test suits must run. Is there any way in achieving this scenario in ranorex? please provide some code r...
by pramoodd
Thu Apr 18, 2013 12:55 pm
Forum: General Questions
Topic: Global Variables
Replies: 3
Views: 13061

Re: Global Variables

HI admin,
I wanna make a global variable in code . and access all the local variables of all the modules (Test modules).

is there any possibility in achieving that?


thanks and Regards,
Praneeth Arnepalli
by pramoodd
Tue Apr 09, 2013 4:31 pm
Forum: Automation API
Topic: How to Get the Number of test cases Executed from code
Replies: 5
Views: 3104

Re: How to Get the Number of test cases Executed from code

thanks again for sending the format.

I just got a question.
Where should I place the code(the code which u mention in the previous post) right now?
LogText or LogData ?

I understood that the SendUpdate() method is to pass the final o/p values.


thanks advance.
by pramoodd
Tue Apr 09, 2013 2:38 pm
Forum: Automation API
Topic: How to Get the Number of test cases Executed from code
Replies: 5
Views: 3104

Re: How to Get the Number of test cases Executed from code

Thanks for the reply.
can you please provide me how to use it.
I am not a pro in c#.
I need a small piece of code for implantation, so that I can use it in my project.
by pramoodd
Tue Apr 09, 2013 8:30 am
Forum: Automation API
Topic: How to Get the Number of test cases Executed from code
Replies: 5
Views: 3104

How to Get the Number of test cases Executed from code

Hi Admin,
I want to know the number of testcases executed and their results from code (Programmatically).

I want to display the below values in my mail.

No. of test cases executed:x+y
No. of test cases passed:x
No. of test cases failed:y
by pramoodd
Tue Apr 09, 2013 6:38 am
Forum: Automation API
Topic: How to get test case name using code, while execution
Replies: 7
Views: 6677

Re: How to get test case name using code, while execution

I tried to access the testcase name from code. Is that possible? I tried Using this code. TestCase.Current.Name but it says that The name 'TestCase' does not exist in the current context (CS0103) - C:\Users\parnepalli\Documents\Ranorex\RanorexStudio Projects\IDSys\IDSys\MailLogger.cs:329,58 I wanna ...
by pramoodd
Fri Apr 05, 2013 11:51 am
Forum: Automation API
Topic: Accessing a Cell value of an Excel from code
Replies: 1
Views: 2576

Accessing a Cell value of an Excel from code

Apart from Interop,

are there any predefined things to-get excel cell value from code?

wanna get a cell from excel in to a sting in Program.cs.
If possible provide me with an example.
thanks in advance.

:)
by pramoodd
Thu Apr 04, 2013 4:01 pm
Forum: General Questions
Topic: Using GOtoMeeting or Skype is Making Ranorex not Work
Replies: 1
Views: 1712

Using GOtoMeeting or Skype is Making Ranorex not Work

Will using of GoToMeeeting or Skype effect the execution of Ranorex TestSuite.
by pramoodd
Thu Apr 04, 2013 8:44 am
Forum: Object Identification and Technologies
Topic: Localization: container NOt editable
Replies: 3
Views: 2160

Re: Localization: container NOt editable

Hi Admin, the main elements are not editable. how can we modify them. Please find the screenshot below |(Issue2.jpg). the form title is different for different languages and this is not editable. so how is it possible to loclaization? and one more Question. I got a list and I wanna make a search of ...
by pramoodd
Tue Apr 02, 2013 11:50 am
Forum: How To …
Topic: Localized
Replies: 9
Views: 6114

Re: Localized

@admin While using the ranorex tool for localizing a Windows app, the container of a item changes from languages to language. for example, consider a text box . the RX path in English is : /form[@title~'^Select\ Facility\ Connectio']/container[@caption~'^1\.\ Enter\ login\ informatio']/text[@class='...
by pramoodd
Tue Apr 02, 2013 11:50 am
Forum: Object Identification and Technologies
Topic: Localization: container NOt editable
Replies: 3
Views: 2160

Localization: container NOt editable

@admin While using the ranorex tool for localizing a Windows app, the container of a item changes from languages to language. for example, consider a text box . the RX path in English is : /form[@title~'^Select\ Facility\ Connectio']/container[@caption~'^1\.\ Enter\ login\ informatio']/text[@class='...
by pramoodd
Fri Mar 29, 2013 2:17 pm
Forum: General Questions
Topic: Sending an email of Test Results
Replies: 41
Views: 21746

Re: Sending an email of Test Results

Hi, I tried using the mail logger code(The code attached earlier). I even tried the compression suggestion. BUt Mail is not send . IN Maillogger.cs I changed the HostName:smtp.gmail.com; Changed the Port to port = 465; and in program.cs, I passed my mail ID (from),(Onemore mail ID), and the same sub...