Search found 9 matches

by craig242
Wed Jan 28, 2015 10:34 am
Forum: General Questions
Topic: JIRA plugin - Object ref not set to an instance of an object
Replies: 8
Views: 2227

Re: JIRA plugin - Object ref not set to an instance of an object

Hi Bernhard,

Apologies my email address has changed as I have moved company. It has now been updated in my profile.

Thanks
Craig
by craig242
Mon Jan 26, 2015 1:02 pm
Forum: General Questions
Topic: JIRA plugin - Object ref not set to an instance of an object
Replies: 8
Views: 2227

Re: JIRA plugin - Object ref not set to an instance of an object

Hi,

I have managed to get the JIRA plugin to successfully complete, however a JIRA issue is not being created.

Can someone please explain how I go about setting up the REST API in JIRA?

Thanks,
Craig.
by craig242
Thu Jan 22, 2015 6:00 pm
Forum: General Questions
Topic: JIRA plugin - Object ref not set to an instance of an object
Replies: 8
Views: 2227

Re: JIRA plugin - Object ref not set to an instance of an object

Hi, thanks for the reply. I am only testing how the JIRA plugin would work so have a very basic test as per below: Setup InitializeJiraReporter (JiraReporter) is started and successfully completes (I see 'Test Module 'InitializeJiraReporter' completed with status 'Success'. I then open IE, check tha...
by craig242
Wed Jan 21, 2015 3:19 pm
Forum: General Questions
Topic: JIRA plugin - Object ref not set to an instance of an object
Replies: 8
Views: 2227

JIRA plugin - Object ref not set to an instance of an object

Hi all, Wondering if anyone could help with regards to the JIRA plugin. I am getting a 'Object reference not set to an instance of an object' error when using the 'JiraReporter.AutoCreateNewIssueIfTestCaseFails' action. The stack trace is: at JiraReporter.AutoCreateNewIssueIfTestCaseFails.Ranorex.Co...
by craig242
Thu Jan 08, 2015 5:59 pm
Forum: Object Identification and Technologies
Topic: Identifying the same element in different domain
Replies: 3
Views: 1905

Re: Identifying the same element in different domain

Thanks for the reply. I was thinking about making the domain a variable. What would I validate that against though?

I guess I could validate that the domain variable for GB for example matches the URL in my CSV, but it doesn't feel like it's actually ensuring that the domain opens correctly.
by craig242
Thu Jan 08, 2015 5:34 pm
Forum: Object Identification and Technologies
Topic: Identifying the same element in different domain
Replies: 3
Views: 1905

Identifying the same element in different domain

Hi, I am currently attempting to automate the login procedure across multiple countries in our pre-prod environment. However the path of each is slightly different as the domain is localized for each country. E.g. /dom[@domain='mydomain.france']//input/[#Email] and /dom[@domain='mydomain.Germany']//...
by craig242
Wed Jul 31, 2013 9:33 am
Forum: Automation Tools
Topic: Popup Window Repository Help
Replies: 4
Views: 2252

Re: Popup Window Repository Help

Thanks, I checked the add on for Chrome and FF are both installed and enabled correctly.
We are currently migrating code bases for the product which has caused the missmatch in error handling between browsers.

Thanks,
Craig
by craig242
Tue Jul 30, 2013 4:25 pm
Forum: Automation Tools
Topic: Popup Window Repository Help
Replies: 4
Views: 2252

Re: Popup Window Repository Help

Thanks for the reply. I tried to modify the Xpaths as you suggested but this has highlighted an issue we have when attempting to track the OK button on the pop up window. It appears the OK button can be clicked on IE, but on chrome the whole box is selected and it is impossible to select the OK butt...
by craig242
Mon Jul 29, 2013 3:50 pm
Forum: Automation Tools
Topic: Popup Window Repository Help
Replies: 4
Views: 2252

Popup Window Repository Help

Hi, fairly new to ranorex automation so I'm hoping this will be easy for someone to answer. I am looking at cross-browser testing my companies intranet based solution on IE, chrome and firefox but come across the following problem: When I try to enter a blank username and password, an IE popup windo...