Questions tagged [data-driven]

A programming paradigm in which the program statements describe the data to be matched and the processing required rather than defining a sequence of steps to be taken.

181 questions
0
votes
1 answer

Why am I getting the drop-down value as `undefined' on console.log?

This is an html snippet of my select tag I've added options and their corresponding values with the following script and have verified them to be there using the inspect tool function addOptions() { …
0
votes
0 answers

python - Data-driven (read from file) - Test cases not run

I have a python code with Robot FW code. My Suite is like: Settings Library BuiltIn Library Collections Library String Library DataDriver file=C:/input.xlsx Test Cases pre run test Keywords TPT_TEST [Arguments] ${v} ${json1} COMMO…
Matan
  • 1
  • 1
0
votes
1 answer

D3.Js: Unable to create Arc to create multiple donut with dataset

I want to create multiple donut chart using d3 v4. but getting an Error: d3.min.js:2 Error: attribute d: Expected moveto path command ('M' or 'm'), "function t(){var… Please refer code from jsfiddle var dataset = { "fir": [1, 2, 3, 4,2, 3,…
0
votes
1 answer

Mapbox only with geometry features

I can not querySourceFeatures to get only elements of non-empty geometry properties. Example geojson: { "type": "Feature", "properties": { "id": 2, }, "geometry": null, } If I call querySourceFeatures with…
Q-bart
  • 1,503
  • 4
  • 22
  • 41
0
votes
1 answer

SSRS 2016 Data Driven Subscription Not Outputing File

I'm trying to get a Data-Driven subscription to output a file but cannot get it do so. The job runs but nothing is generated Oct 24, 2019 10:01:03 AM Processing: 0 processed of 10 total; 0 errors. Data is populated to the event and the Active…
0
votes
0 answers

Error when access the Data driven method to read multiple values

Following Problem occurs when accessing the excel method to read multiple values "Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot implicitly convert type 'string' to 'object[,]'" Here is my code : Base Method: …
0
votes
0 answers

unable to set data in excel using apache POI in data driven framework

I was unable to set data in excel using poi i do have an set data reuse method in my excel util class getting an null pointer exception initially it written data into excel now its showing null pointer.could anyone help me here it is setdata…
0
votes
0 answers

Unable to get the value using getAttribute method,and Javascript in selenium

the element marked i want to get the value to compare it with excel data @FindBy(id="TAXEI") //@FindBy(xpath="//*[@id='TAXEI']") public WebElement taxesEIvalue; public void verifyTaxesEIvalue() { …
0
votes
0 answers

how to write multiple web table with same header into same excel sheet using selenium?

i am trying to write multiple web table(on each page i.e pagination) into single excel sheet having same header..and able to write 9 rows of first table , but for second instance index need to start from 10, ..how to do that?..below are the sample…
0
votes
1 answer

how to write data into excel sheet in new row for every loop instance without replacing previous data i.e how to append rows for every loop instance?

i am trying to write data from web table to excel sheet and able to write the data to excel , but for second instance of for loop it override the data or do not write data, My requirement is to write data to excel into new row for every new…
0
votes
3 answers

How to verify specific web element on different page in login module

In my application when user login first time then on first page username is displayed (data driven approach using @factory). But if user logs out and log in again then a new pages comes with following text. You're signed out now. Click here to sign…
Samy
  • 73
  • 1
  • 11
0
votes
1 answer

SoapUI (Pro) > DataDriven > Message Content Assertion - How to handle decimal values

I am using ReadyAPI(SoapUI Pro) for testing of a RestAPI. As Test Data Im using DataSource (DataDriven), where i am giving the Inputs (API Input) from excel. And to test the API response i am comparing the Output from Excel (Expected results are…
0
votes
4 answers

Php MYSQL Query on More than one Pages

I have developed a Php & Mysql data-driven website "Student Progress Report Portal". Its navigation bar contains 3 links for Page 1, Page 2 and Page 3. Page 1 Shows: Student Progress overall test results percentage summary (by default its mysql…
0
votes
1 answer

Can we iterate values from excel to POST json request one by one in SOAPUI. If yes please share a piece of code

Can we iterate values from excel to POST json request one by one in SOAPUI? It should get the response for each and every request from iterated value. Kindly share groovy script to achieve this.
0
votes
1 answer

How to display list values of JSON attribute using groovy script in soap ui

I have the following json, "Location": "abc", "Codes": [ { "high": "xyz", "low": "aaa" } ] I am doing Data driven testing using SOAP UI. In the above code I am displaying the "Location" attribute json value in groovy script by using…
mona
  • 151
  • 2
  • 2
  • 8