Search found 11 matches

by sameena
Thu May 29, 2014 9:37 am
Forum: Bug Reports
Topic: Rxpath gets changed, without any change in the build
Replies: 1
Views: 1846

Rxpath gets changed, without any change in the build

Hi Team,

Rxpath of an element got changed for the same build and on same device, due to which the element was not getting identified. Hence the element in the repository had to be modified.

How can the rxpath of an element get changed. Is this possible ? Kindly help.

Thanks,
Sameena
by sameena
Wed May 28, 2014 5:14 am
Forum: Bug Reports
Topic: Failed to start app
Replies: 3
Views: 2858

Re: Failed to start app

Hi Markus, Please find the below answers for your question. Which Ranorex version are you using? : Ranorex 5.0.1 Do you use USB or WiFi connection? : USB Do you test Android or iOS apps? : Android Do you use the same version for Ranorex and the Service app respectively did you instrument the app wit...
by sameena
Wed May 21, 2014 5:46 am
Forum: Bug Reports
Topic: Device communication timeout
Replies: 5
Views: 4138

Re: Device communication timeout

hi Markus, Please find the below answers to your questions. Which version of Ranorex is installed on your machine? > Ranorex 5.0.1 Which Operating System are you using? > Windows 7 Enterprise On which device/Android version are you testing? > Android 4.0.3.4 Which service apk is installed on your de...
by sameena
Wed May 21, 2014 5:34 am
Forum: Bug Reports
Topic: Failed to start app
Replies: 3
Views: 2858

Failed to start app

Hi Team,

I am getting the below error frequently.

Failed to start app ' %Application Name% ' because the app started event was not received within the specified timeout of '00:01:00'.

Could you please help me resolve the same.

Thanks,
Sameena
by sameena
Mon May 19, 2014 11:15 am
Forum: Bug Reports
Topic: Device communication timeout
Replies: 5
Views: 4138

Device communication timeout

Hi Team, While we are testing on an android device, we come across device communication timeout exception. We tried to increase the default timeout specified in the settings -> Plugins -> connect timeout option in the studio, but no luck. Please find the below detailed description of the error Devic...
by sameena
Fri Feb 14, 2014 12:26 pm
Forum: Object Identification and Technologies
Topic: Android element which a list ,how to get the count of items
Replies: 1
Views: 2405

Android element which a list ,how to get the count of items

hi Team, I have an android element, which is a long list with a scroll bar in UI. After spying the list, I have added that to the Repository. Now i want to get the count of the list items within the list. How do i do that? Currently , I am using "nauvilist.Element.Children.Count" but this gives me o...
by sameena
Mon Jan 13, 2014 11:57 am
Forum: Bug Reports
Topic: Multiple Reports for test suite run on Multiple devices
Replies: 6
Views: 2481

Re: Multiple Reports for test suite run on Multiple devices

Hi , We tried with the below code from command line, but no luck. start SampleDeviceInfoTwik.exe /pa:GlobalVarDevName="QE1083F00109" start SampleDeviceInfoTwik.exe /pa:GlobalVarDevName="QQ2213G00128" Test case is running on both the devices. But only single report is getting generated for only one o...
by sameena
Wed Jan 08, 2014 11:34 am
Forum: Bug Reports
Topic: How to dynamically create repository obj from a rxrep file?
Replies: 1
Views: 1977

How to dynamically create repository obj from a rxrep file?

hi Team,

I want to create a repository object dynamically from a existing rxrep file present in some other location.

Is this possible?

I dont see any repository class constructor present which accepts any file path.

Kindly help.

Thanks,
Sameena
by sameena
Wed Jan 08, 2014 11:26 am
Forum: Bug Reports
Topic: Multiple Reports for test suite run on Multiple devices
Replies: 6
Views: 2481

Multiple Reports for test suite run on Multiple devices

hi Team,

I am able to run the test suite on multiple connected devices.
But its generating only one report for only one device.

How can I get the reports for other devices run parallely.

Please help.

Thanks,
Sameena
by sameena
Tue Jan 07, 2014 6:18 am
Forum: Bug Reports
Topic: Ranorex 4.0.1 Press Home key can't work.
Replies: 12
Views: 3096

Re: Ranorex 4.0.1 Press Home key can't work.

hi Team,

PressKeys("{HOME}") does not work . Can you please suggest any alternative.


Thanks,
Sameena
by sameena
Tue Dec 10, 2013 11:07 am
Forum: Automation Tools
Topic: how to group the test case under particular category and run
Replies: 2
Views: 2240

how to group the test case under particular category and run

how do i group certain test cases under particular category and run only specific category.. Meaning, I want to group certain test cases under Regression Testing category and certain other test cases under smoke testing category.. And i want all the test cases under regression category.. Does ranore...