Forum Discussion
newbie23
13 years agoOccasional Contributor
Ann - I already understand this concept, I am trying to modify the row count during execution.... In my example, I was using what Stephanie suggested and set the row count equal to 5 and outputted the row count in log.message during the execution, but it didn't work, it would still be the default rowcount. Sorry for not explaining better :).
Stephanie - I am using TestComplete 8 as well..... Here is what I did in my example:
(CustomerTempTable.rowcount = 1 by default before execution starts)
During execution:
Project.Variables.CustomerTempTable.rowcount = customerindex (customerindex is set to 5)
log.message(Project.Variables.CustomerTempTable.rowcount) - output is 1
(I also tried just setting CustomerTempTable.rowcount equal to 5, but the output is still 1)
Any idea's?
Stephanie - I am using TestComplete 8 as well..... Here is what I did in my example:
(CustomerTempTable.rowcount = 1 by default before execution starts)
During execution:
Project.Variables.CustomerTempTable.rowcount = customerindex (customerindex is set to 5)
log.message(Project.Variables.CustomerTempTable.rowcount) - output is 1
(I also tried just setting CustomerTempTable.rowcount equal to 5, but the output is still 1)
Any idea's?
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 21 hours ago