How to provide Entire suite as Project test in Jenkins for Test Execute
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to provide Entire suite as Project test in Jenkins for Test Execute
Hello,
I have configure my Jenkins build job as Build with Parameter where Parameter are String value of Project Names.
I want to execute entire project suite to pass as Build with Paramter.
I have configured my build job to execute Project test. It takes ${Parameter_Name} and executes.
I want to pass Entire suite. How to do it.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I understand correctly, you want to pass in a parameter as a project name to be executed via Jenkins?
If yes, then I suggest you see and use TestComplete Command Line
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to execute entire project suite from Project parameter of Jenkins
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Select this option then,
I don't quite understand the need for the parameter you want to use.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know this option. With this it is working.
But I want both Project test and Entire suite via Project test only.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like you are using "Freestyle Project" but I suggest using "Pipeline Project" gives more options and easier to work. But you can still do with your job too there is an option called "Entire Suite" select it and pass the value.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have the option to run the entire suite or an individual project within a suite.
What's the difference between "I want to execute entire project suite from Project parameter of Jenkins" and selecting Entire Suite?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So no option to run entire project suite via Project?
It is either entire Project suite or Individual Project only?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes.
I do not understand why you want to use a parameter to run the entire suite!? When you can select the option "Entire Suite" 😕
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The reason been - If developer makes changes in specific project then execution could be individual project and result would be in 10-15 min.
If entire suite is executed then to get results it takes 1 hour as I have many projects.
I don't want to change the configuration every time.
For final release execution of entire suite is best option.
So, with Project I wish both.
I hope you understood my pain.
