Selenium-Nunit Program Structure
My office has a suite of web reporting engines written in VB. All in all there’s about 300 reports with varying displays depending on the data being input into them. I’m trying to establish an efficient way to deal with such a major diversity, but am struggling with creating a system that won’t be a nightmare to code/maintain.
Selenium-Nunit Program Structure
My office has a suite of web reporting engines written in VB. All in all there’s about 300 reports with varying displays depending on the data being input into them. I’m trying to establish an efficient way to deal with such a major diversity, but am struggling with creating a system that won’t be a nightmare to code/maintain.
Should the expected value be hard-coded into the Assert
My own personal preference would be to use a variable, but maybe there are reasons against this? I haven’t been able to find any resources that state the pros or cons of using one of these over the other.