Forum Discussion
ashley_cowley
14 years agoNew Contributor
Sorry, I don't think I explained what I was trying to do correctly. I am building up a suite of tests with variables that are set by returning the contents of a particular field in an on-screen grid.
I am then trying to compare that value with some values input by process of a Test Parameter to see if the date pulled from the grid falls within the dates set by the user.
I am building the test using the Operations part of the Workspace for the Test Steps, and the Variables that I am able to add from here are of the types I mentioned above. I am not wanting to fully code all my tests as we need the tests to be accessible to all testers, most who do not understand coding (and I only know the basics of coding too). There is an aqConvert method available in the Operations and I am able to do the convert and log the message with no problem, it is then storing that to use to compare that I am experiencing the most of my pain (and Last Operation Result will not work because I need to convert 3 StrToDate for the same compare If statement).
Hope that makes a little more sense?
I am then trying to compare that value with some values input by process of a Test Parameter to see if the date pulled from the grid falls within the dates set by the user.
I am building the test using the Operations part of the Workspace for the Test Steps, and the Variables that I am able to add from here are of the types I mentioned above. I am not wanting to fully code all my tests as we need the tests to be accessible to all testers, most who do not understand coding (and I only know the basics of coding too). There is an aqConvert method available in the Operations and I am able to do the convert and log the message with no problem, it is then storing that to use to compare that I am experiencing the most of my pain (and Last Operation Result will not work because I need to convert 3 StrToDate for the same compare If statement).
Hope that makes a little more sense?