Questions tagged [suite]
132 questions
1
vote
1 answer
Drupal Display Suite Custom View Modes stopped appearing
I have recently noticed something odd with Display Suite. I am rather new to Drupal so if its something on my mistake please do not make fun of me.
But I have noticed that no new custom display settings (view nodes are being added to either node or…

puogintas
- 11
- 3
1
vote
0 answers
Test one specific test suite given a cunit test file
Given a cunit test containing multiple suites (Suite1, Suite2, Suite3) which I can run all at once with "./test" How do I test one specific suite (Suite2) in that cunit file?
I tried "./test Suite2" which didn't work, and the cunit website seems…

herpderp
- 33
- 1
- 5
1
vote
1 answer
Configuration file to run JUnit Suite on different browsers in BrowserStack
Could you please look at my problem and give any advice to its solving.
I use JUnit4 and selenium 2 WebDriver.
So, I have class to run JUnit suite:
@RunWith(Suite.class)
@Suite.SuiteClasses({className1.class, clasName2.class})
public class…

Discovery
- 11
- 2
1
vote
1 answer
Is there a way to make cucumber try a scenario again before moving on to the next scenario
I'm trying to clean up our functional suite at work and I was wondering if there is way to have cucumber repeat a scenario and see if passes before moving on to the next scenario in the feature? Phantom is my headless webkit browser poltergeist is…

mpdunson
- 227
- 1
- 11
1
vote
0 answers
Calculating code coverage using EMMA with Functional test Suite( for android app)
Our development team is using EMMA to calculate the code coverage using the JUnit Testcases for an Android Application.
I am a Tester who is testing android application through automation using SeeTest and Test Complete tools.I want to calculate the…

user2930726
- 11
- 1
1
vote
3 answers
which one to choose, Codejocks Xtreme Toolkit or Xtreme Suite?
I am new in programming and it may look naive to some of you, but I am a little bit curious why Toolkit Pro is needed if Suite Pro exist. Although Toolkit is specificly for MFC, Suite Pro can be also used in VC++ development. If we would like to use…

David_LS
- 11
- 2
1
vote
1 answer
Get information from Web Service Oracle SOA Suite in Java
We've made a web service according to the book: "Getting Started With Oracle SOA Suite 11g R1 – A Hands-On Tutorial"
We followed the guide like in chapter 5, but now we are having problems finding how we call the web services from a Java…

Tristan
- 342
- 2
- 13
1
vote
1 answer
How to create xml output for a junit test suite
I was wondering how I can create an XML file for a Junit suite.
At the moment I have a custom runner which extends BlockJUnit4ClassRunner and generates XML each test class with information such as which class was used, which method, as well as some…

user1690293
- 423
- 5
- 14
1
vote
2 answers
Fitnesse test suite with variables
Is it possible to set up a variable within the test suite so that it can be passed down to the setup fit page as a parameter value?
chicachick
1
vote
4 answers
writing a custom setup.exe suite installer
I've been tasked to create an installer that will handle and install multiple .msi files. I nearly went down the InstallShield route, but you need to Premier edition to create Suite installations, and to say you're paying almost £3000 doesn't even…

Ric Whitehead
- 53
- 6
0
votes
2 answers
Folder structure of InstallShield suite project
I have a problem concerning folder structure of a built InstallShield suite project.
I have several MSI packages included into the suite, and I want them to be copied from source media and not extracted from setup.exe (that's an option when…

deckard cain
- 497
- 10
- 24
0
votes
1 answer
Oracle SOA client authentication by certificate
Is it possible to configure Oracle SOA composite service for authentication by client certificate? For instance, we have Oracle composite service and WCF service. Composite service should be ensured that only clients with valid certificate have…

Vadym Fedorov
- 2,395
- 2
- 21
- 31
0
votes
1 answer
Development of a Suite Application with modules download for iPhone
I'm starting developing applications for iPhone. My idea is to develop a application like a suite or multiple modules. The main application function is a application manager. This application can download each of the availables applications for the…

Danilo Gomes
- 767
- 5
- 15
0
votes
2 answers
Developing plugin applications for oracle ebusiness suite
i am facing a challenge i would like to have your opinion on.
we have a customer running Oracle eBusiness Suite for their central management of assets and sales etc.
now we are tasked to create a web application that can be more or less like a…

Kiyam.Kadir
- 13
- 2
0
votes
0 answers
In Oracle SOA Suite 12c EM Console, How is the WSDL's URL path constructed in the composite's test page?
Oracle SOA Suite 12c. EM Console.
In the EM Console SOA Infrastructure -> Folder -> Composite -> Test button.
How is the WSDL's URL path constructed? I mean, Where is it getting the http://hostname:port/ part of the URL?
We need to change it from…

Jose Robles
- 1
- 1