Could FuncTest framework be used to write integration/ui tests on remote jira instance

Anton Sergeevich Khmilevskiy September 13, 2018

Good Day everyone.

Once we decided that selenium webdriver not the best choice to write ui tests for JIRA because of uncontrollable change of locators/ During the search of another instruments i've found some atlassian frameworks which can be used for nearby  objective. But every stack of documentation which I found was only about local usage of those frameworks.

So the question:

Could FuncTest framework be used to write integration/ui tests on remote jira instance.

Or maybe I can find another instrument for that.

 

thanks.

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 13, 2018

@Anton Sergeevich Khmilevskiy hello,

There is a file called localtest.properties, which contains data on what instance to execute tests. Change this data to your remote instance:

jira.protocol = http
jira.host = remoteinstance
jira.port = 2990
jira.context = /jira
jira.edition = all

jira.xml.data.location = src/test/xml
Anton Sergeevich Khmilevskiy September 13, 2018

I tried, But I'm afraid everything is not so easy.

I cant find a way to send this data in framework methods. It starts with base properties hardcoded inside

Suggest an answer

Log in or Sign up to answer