Test Suite: A set of several test cases for a component or system under test, where the post condition of one test is often used as the precondition for the next one.
Questions tagged [test-suite]
320 questions
-1
votes
1 answer
How can iterate the test suites in the TestNG
For Example i have one TestSuite with multiple classes.
Iteration 1
TestSuite execute in the first time it will take data in the first row of the Excel Sheet.
Iteration 2
TestSuite again execute in the second time it will take data in the second row…

Padmanaban
- 1
- 1
-1
votes
4 answers
how i can disable cakephp Test Suite?
do you test this url in your application that writted with cakephp ?
www.yourCakephpApp.com/test
you see a page like this:
http://www.eliteprojects.org/cake/app/webroot/test.php
how i can disable test suite?

Chalist
- 3,160
- 5
- 39
- 68
-2
votes
1 answer
Test suites in Azure DevOps
Hi so I want to create multiple test suites in a test plan but I want them all under the same PBI and I can't tell if I just can't figure it out and there must be another way or if it's simply impossible. Your help is highly appreciated!
-2
votes
1 answer
no such elemnts in second class testng
i need help i run code from xml file the first class called login it runs correctly but when it goes to setting class it fails that tells no such element

Ahmed Mostafa
- 1
- 3
-9
votes
0 answers
How to parametrize a test suite/fixture in Criterion?
I'm building a Grid framework in C and just started using the Criterion framework for testing. The Grid framework provides many functions for creating different kinds of grids such as grid* new_row_major_double_grid() and grid* new_col_major_int().…

Mehdi Charife
- 722
- 1
- 7
- 22