Search found 13 matches

by flashmark
Thu Feb 05, 2015 2:20 pm
Forum: General Questions
Topic: Ranorex Test suite fail -Metadata file could not be opened
Replies: 1
Views: 1963

Ranorex Test suite fail -Metadata file could not be opened

Hi, I got a problem when I clone a repository from Git and trying to add new module to existing solution. Metadata file could not be opened.An attempt was made to open a program with incorrect format" (See screenshot) Adding new recording module to new solution is working fine. Do you know any possi...
by flashmark
Mon Jan 12, 2015 6:38 am
Forum: Automation Tools
Topic: Integration Testlink
Replies: 6
Views: 3555

Re: Integration Testlink

Hi,

Did you complete the documentation? Please let us know.

thanks,
Lakmal
by flashmark
Tue Dec 30, 2014 12:42 pm
Forum: Object Identification and Technologies
Topic: How to detect automatically generated list item ?
Replies: 3
Views: 1879

Re: How to detect automatically generated list item ?

If you post the XPath you are using we might be able to help you with the format and regular expressions. What I would do is setup two repo objects, one for the put, one for the response, but use the same variable in each like this: Response => /cell[@text~'Put:' + $MessageID] Put => /cell[@text~'S...
by flashmark
Mon Nov 24, 2014 10:49 am
Forum: Automation Tools
Topic: Only one test iteration is execute in TestSuite
Replies: 4
Views: 1758

Re: Only one test iteration is execute in TestSuite

krstcs wrote:Thanks for the information.

However, you did not post your solution. As I said, without that it will be nearly impossible to actually help.
I was able to resolve it.Thanks anyway.
by flashmark
Mon Nov 24, 2014 10:48 am
Forum: Mobile Testing
Topic: How do I install/uninstall APK in emulator
Replies: 2
Views: 3088

Re: How do I install/uninstall APK in emulator

ok.Thanks for your help
by flashmark
Mon Nov 24, 2014 10:45 am
Forum: General Questions
Topic: How to organize test cases?
Replies: 1
Views: 2983

How to organize test cases?

Hi, We are planing to automate our tests using Ranorex and we have some questions regarding organizing the test cases (And executing it). Our product basically can be divided in to two components.There are no much shared similar features in those component 1 and 2 In components 2 there are 10 sub co...
by flashmark
Thu Nov 13, 2014 4:11 am
Forum: Automation Tools
Topic: Only one test iteration is execute in TestSuite
Replies: 4
Views: 1758

Re: Only one test iteration is execute in TestSuite

It will be difficult to help without more information. 1. What version of Ranorex? 2. What version of Windows? 3. Have you set a filter on the dataset? 4. Are there any errors in the test? 5. What is your data source? Excel, DB, simple data table or CSV file? Also, could you post your solution? Wit...
by flashmark
Wed Nov 12, 2014 12:47 pm
Forum: Mobile Testing
Topic: How do I install/uninstall APK in emulator
Replies: 2
Views: 3088

How do I install/uninstall APK in emulator

Hi,

How do I install(also uninstall) .apk in android emulator before starting test execution ?
Before starting test execution, I want to install latest version of .apk file which is available in my hard drive.
Do you any solution to this?

thanks
by flashmark
Wed Nov 12, 2014 12:43 pm
Forum: Automation Tools
Topic: Only one test iteration is execute in TestSuite
Replies: 4
Views: 1758

Only one test iteration is execute in TestSuite

Hi, I parameterized the login in my test application.After building it, I copied output folder contents into the remote machine(Which has Ranorex runtime license). But the test doesn't run iteratively as expected.(In my machine which is recorded the Ranorex script it work fine)Any idea what I missin...
by flashmark
Fri Oct 31, 2014 12:58 pm
Forum: Automation Tools
Topic: Playback coudn't see in Android device
Replies: 1
Views: 1623

Playback coudn't see in Android device

Hi,

Today I recorded test on Android.But when playback it is stop playing in login screen.But the remaning steps running in background.But the login steps and steps after login, can't visible in Android device screen.
Do you know what is the problem there?

thanks for your help
by flashmark
Thu Oct 30, 2014 11:39 am
Forum: Bug Reports
Topic: Feature request: Executable tests without Ranorex
Replies: 15
Views: 10264

Re: Feature request: Executable tests without Ranorex

Hi, Still this procedure is valid? I tried to install Microsft installer on Windows server 2012.But it wasn't succedded due to an error ("Not enough storage is available to install this prodcut" - But the drive has more than 50 GB :)) That is what I'm looking for other solution to execute tests with...
by flashmark
Tue Oct 28, 2014 6:49 am
Forum: Object Identification and Technologies
Topic: How to detect automatically generated list item ?
Replies: 3
Views: 1879

How to detect automatically generated list item ?

Hi, I've to test an application using Ranorex. When automating our application using Ranorex, I got a problem when detecting list item. 1.There is a test module to send messages from the client to server.After sending a message, client should receive response from the server if it is successfully de...
by flashmark
Tue Oct 28, 2014 6:31 am
Forum: Automation Tools
Topic: How do I check log file for erros and warnings?
Replies: 1
Views: 2626

How do I check log file for erros and warnings?

Hi, I'm new to software automation filed and don't have programming background. But I've to automate one of our application using ranorex. I want to know how can I check the application log file for errors and warning using ranorex. I just want to mark that test case as fail if there any error/warni...