Questions tagged [suite]

132 questions
0
votes
1 answer

How can i run a Test multiple times using testNG using XML file?

I've 3 @Test methods say, methodA, methodB and methodC. All the 3 methods are used to fill a Form one by one that takes input from CSV file. My XML file looks like below...
Bala
  • 184
  • 3
  • 19
0
votes
2 answers

FitNesse: Access the Test Results and other data in Java

I have a suite created in FitNesse. All the Test pages under that suite are created using Java. When I run the suite, I am able to see the results in FitNesse. Now I want to access the data, results, suite name, etc. in Java. Also, I need to update…
Himanshu Gupta
  • 77
  • 1
  • 1
  • 9
0
votes
1 answer

Cassandra CQL syntax tests

I'm trying to create a thin parser-generator for Cassandra CQL. The goal is to alter statements with custom syntax (i.e. extended CQL) into valid CQL statements. The Cassandra is an open source project, and I expected to find list of all test…
Terry
  • 310
  • 3
  • 9
0
votes
1 answer

Dynamically build tests in mocha - TypeError: test.retries is not a function

I'm trying to loop through some options and build tests based on those options in mocha. I've set up a simple proof of concept for making dynamic tests based roughly on this gist: https://gist.github.com/cybertk/fff8992e12a7655157ed I keep getting…
mags
  • 590
  • 1
  • 8
  • 25
0
votes
1 answer

How to know if any service (for example SQL Server service) is running or not from Microsoft OMS

I am using Microsoft Operations Management Suite (OMS) to monitor my VMs. I want to know if my list of services (say SQL Server) is running on the VM or not? How can I monitor this kind of information from OMS Workspace? Thanks in…
0
votes
1 answer

Installshield: suite and MSI feature

im kinda strugling with features associated in suite with msi features. I have suite project that has multiple MSI files. In one MSI i have features that i want optionally install. In suite project i added this, to associate it with the checkbox in…
0
votes
1 answer

Which Installation suite support Multiple packages?

we are having multiple components in our application which can be installed separately. Parent application can include that component . Now we want better Installation suite which can consume another package. We check Installshield suites but don't…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
0
votes
1 answer

How to add common variable into a JSON Selenium builder test suite?

I'd like to add a variable into each test, for example ${url}. Into a single test, this is the JSON code: "data": { "configs": { "manual": { "url": "https://my_url" } }, "source": "manual" }, I want to share…
Maxime
  • 1
  • 2
0
votes
1 answer

How to insert Exchange Rate Types record with suitescript in netsuite

I want to create new records for exchange rate types, but after I searched for it I just found to do it via CSV import. How can I insert records in suitescript.
Arif Karadag
  • 129
  • 1
  • 2
  • 8
0
votes
3 answers

Error installing JBoss BPM Suite

I have no experience with JBoss BPM Suite I'd like your help. I'm trying to install the JBoss BPM Suite, downloaded jboss-bpmsuite-6.1.0.GA-installer.jar file in the jboss site, to start the installation and performed the command java -jar…
0
votes
2 answers

Oracle SOA suite 12c SSL Handshake error BPEL partner link

I have created a composite application which is referencing another webservice deployed on the same local integrated weblogic server. I am seeing the INVALID_WSDL error with ssl handshake exception when trying to deploy the composite in JDeveloper.…
Ayub
  • 599
  • 3
  • 10
  • 24
0
votes
1 answer

How to create A script record using a SuiteScript

nlapiCreateRecord cannot create a script record, it can only load a created script record. If I want to create a script record for example a suitelet. nlapiCreateRecord('suitelet');// this is not a valid statement as suitelet is not a valid…
Uma Kanth
  • 5,659
  • 2
  • 20
  • 41
0
votes
1 answer

Allure reporting: if suite name contains dot, suite name in reporting is truncated

If suite name contains dot, suite name in reporting is truncated. The XML seems to have proper name as below
Karthik
  • 1,383
  • 1
  • 10
  • 11
0
votes
1 answer

CouchDB Replication Error {"error":"not_found"}

I have installed couchDB 1.0.1 on my linux 12.04. But as I ran the test suite, the replication section failed. The failure information is as follows: Exception raised: {"error":"not_found"} Another failed test include "rev_stemming". The rest of…
user1579759
0
votes
1 answer

Integrate datas from standard record type to custom record type in netsuite

I'm completely a beginner in netsuite , So Kindly please don't mind if my question did not show proper efforts in attempting the code. I create a custom record type using • Goto customization>Lists,records & fields>record types>new • Enter name…
gs11111
  • 649
  • 2
  • 17
  • 49
1 2 3
8
9