This is what I need help with...
for ( i = 0; i<=9; i++) - i loops thru the columns in my application table data and my .tsv file
numRow loops thru the rows in my application table data and my .tsv file
test.compare(compare, data); compares the table data in my application to the data in my...
I have test scripts (mostly Javascript) that reads the first row of a .tsv file to set parameters in my application. These parameters determine the data to be displayed within the application. I have a second .tsv file that contains the same data as the table in my application. I then compare...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.