Unanswered Questions
12
votes
3answers
129 views
visualizing the chronology of a discovery process
Meta: this is probably not a question for which there is a single, objective, best answer, but I'm going to ask it here anyway because it's applicable to our jobs and non-obvious.
I spent three ...
9
votes
2answers
164 views
TestLink: How to copy test cases from one Testsuite to another Testsuite in Same Testplan
I have a testsuite A in which I have 6 test cases and i want to copy it to testsuite B in same Test Plan TS_1 in Same project 'X'.
First I Exported the test cases in XML format and then tried to ...
8
votes
0answers
930 views
How to use soapUI for Boundary Scan security tests?
I've tried to use soapUI to set up a Boundary Scan security test, using the sample wsdl provided in the soapUI tutorial. I changed it so that it has a restriction on the username field for the ...
7
votes
0answers
51 views
Canonical way for multi-browser testing in Protractor
The Question:
What is the canonical way to write cross-browser tests in Protractor - the tests that involve multiple browsers fired up interacting with one another?
The Story:
The main concern is:...
5
votes
1answer
56 views
How to run a TestNG project located on Github from Jenkins?
I know how to configure batch file to run my TestNG project on local from Jenkins. But how to configure batch file command on Jenkins to run it from Git ?
5
votes
1answer
75 views
Looking for an alternative testing software
A few years ago we converted from Excel spreadsheets to TFS 2013. MTM (Microsoft Test Manager) was bundled at the time and had out of the box compatibility with TFS. Recently we have been looking at ...
5
votes
1answer
214 views
How to retrieve httponly cookies with IE selenium driver?
By my research so far, IE selenium webdriver (for IE10 or 11) is not able to retrieve httponly cookies.
So code like this can return a full set of cookies including those set to httponly if I am ...
5
votes
1answer
116 views
How can ISO 9000 and ISO 25000 Quality definition differ - parts included
ISO 2500 SQ quality definition goes as follows and I really do not understand the note with regards to ISO 9000:
capability of software product to satisfy stated and implied needs
when used under ...
5
votes
1answer
153 views
How can I set up concurrent execution on multiple devices using different test users? - Calabash
I have an automation suite for our native apps on Android and iOS created using Cucumber, Calabash, and Ruby. I'm utilizing a Page Object Pattern to allow for our project to be cross-platform. At ...
5
votes
4answers
423 views
Failing the script in Jenkins due to difference in screen size
Currently I am working on running Selenium scripts in Jenkins. Here, my issue is my browser window size which is 1382x754 px resolution.
But in Jenkins browser resolution was 1044x784. Due to this ...
5
votes
3answers
575 views
How to fetch data from Excel to Rational Function Tester (RFT) automation tool?
I'm new to automation testing and also to RFT tool. I tried record and playback by hard-coded values. Now I want to make my scripts dynamic. Hence I use Excel as an external file to fetch data.
How ...
5
votes
1answer
287 views
Selenium Grid2 - IOException thrown while closing Closeable.
I am executing my Selenium tests against a Grid server, hosted on a different machine. My grid invocation is (bat file):
cd c:\
start java -jar c:\selenium-server-standalone-2.46.0.jar -role hub -...
5
votes
0answers
553 views
Automated Testing Involving Internet Explorer_Server Controls
I've been tasked with developing a method to functional test and load test an application we're implementing in our environment. The vendor created a shell which uses Internet Explorer_Server ...
5
votes
3answers
403 views
PHPUnit Selenium2TestCase BadMethodCallException
I have installed selenium-server-standalone-2.33.0.jar, phpUnit, selenium extension for phpUnit.
This test runs ok:
$this->url('/');
$this->assertEquals('my title',$this->title());
But ...
5
votes
0answers
227 views
Why session is not created in Bot-Bot?
I'm using Bot-Bot, Android automation testing tool with record and replay features.
I was able to start a server, record and play sample APK accompanied with bot.
Now I need to test my own APK, so I ...