Questions tagged [suite]
132 questions
0
votes
1 answer
Test suite result dependency in testNG
I have test suite xml file that contains other test suites in the following format:
Is there a way to add a dependency between the two sub…

gandalf_the_cool
- 659
- 2
- 9
- 23
0
votes
1 answer
Suite8, Oracle, Fidelio XML interface get Accompany guest details
I would like to use xml interface for Suite8 to get the details for accompany guest with age, nationality
0
votes
1 answer
Common tests are excluded in suite configuration of protractor
I could see the common tests are excluded in a suite configuration of protractor. Below is my config.js and there are two scenarios configured in suites.
I'm expecting the test to complete the scenario1 successfully and then Login again as part of…

Ashish
- 161
- 1
- 2
- 10
0
votes
1 answer
Want to re-run the classes having failed methods after the suite is completely executed using TestNG
Can anyone help me to find a way so that i can execute all the test classes having failures together at the end after execution of the suite once.
like if I have

SNagar
- 1
- 1
0
votes
1 answer
Connection is encrypted using an obsolete cipher suite
I am getting this warning on mobile devices, the full warning is:
The connection uses TLS 1.2
The connection is encrypted using AES_256_CBC, with HMAC-SHA1 for message authentication and ECDHE_RSA as the key exchange.
I am using a dedicated VPS for…

user2006049
- 9
- 1
- 4
0
votes
1 answer
Protractor suites are not properly getting executed
I have multiple specs so i created a suite for different specs.
Let's take the below scenario.
this is my suite structure in the conf file.
suites:{
forms:['specs/requestE.js'],
search:['specs/findaSpec.js'],
…

Visal Varghese
- 436
- 5
- 14
0
votes
0 answers
selenium automation - testng framework
I am developing a TestNG automation framework using Java language and Eclipse Neon IDE with latest webdriver and testng versions. I am using webdriver 3.9.1 version and TestNG 6.14.3 version. I have a master testng.xml file which contains multiple…

ShrutiM
- 1
- 2
0
votes
2 answers
TestNG: How to include test groups that are in 2 groups (AND filter)
I want to be as flexible as possible with my test suites - I want to be able to:
run all tests by priority (p1, p2...) - this is easy
run all tests by module (module1, module2...) - this is easy
run tests that are a specific priority and specific…

jwallis
- 75
- 1
- 9
0
votes
1 answer
consolidated testresults for multiple testsuites using testng listeners
I have Sanity testsuite testng xml which contains multiple testsuites and I want to get results of Sanity testsuite and display on console.
I tried using IsuiteListener and I am getting results of individual test suites.
Can someone help me in…

Yashica
- 45
- 1
- 2
- 6
0
votes
3 answers
Can a Parameterized method be called in a TestNG XML Suite?
I have a parameterized method(readConfig_1(String path)) in a class which I need to run before the tests in a TestNG Suite. Is there a way that I can call this method and define the parameter for the same in the TestNG.xml file?
Here's the…

S K
- 308
- 2
- 6
- 20
0
votes
1 answer
unable to creating maven project in spring tool suit
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories.
Could not resolve artifact org.apache.maven.archetypes:maven-archetype-quickstart:pom:1.1
Failure to transfer…
0
votes
0 answers
Protractor fail all tests in test suite
Protractor sometimes fail all tests (test suite) if it can't find a element(simple find or protractor.ExpectedConditions) in a single test.
Is it ok?
https://www.screencast.com/t/66NqRQQCBj
https://www.screencast.com/t/Q9tBu4lD
Is there a possible…

Eugene Petrash
- 1
- 1
0
votes
1 answer
How to run tests under suite in Protractor
How do I run suites in protractor. Here is my config file:
exports.config = {
seleniumAddress: 'http://localhost:4444/wd/hub',
suites:
{
one: ['test.js'],
two: ['homePageSpec.js']
},
onPrepare:…

SUPARNA SOMAN
- 2,311
- 3
- 19
- 35
0
votes
1 answer
How to print log of tests (pass/failed) while they are running in suite?
I have suite which contains couple of tests. I want to print for each test if it pass or fail when the test finish to run.
I don't want to add code for each test cause I have a lot of tests, I need to do it in the suite.
This is an example of one…

mrprts
- 3
- 2
0
votes
1 answer
How/Where does SuiteCRM compile the scss files in a theme?
I'm currently working on setting up a custom admin page for a specific task I need to do and it requires some custom styling in the theme. I went to the themes/SuiteP/css folder and found admin.scss. After making a change, I had assumed that Suite…

tuxagon91
- 123
- 2
- 7