Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem in Datatable Parametrization(QTP 9.0)
#4
Not Solved
If I am getting it right, you need to select a different check box every time not the status. If so you will have to go for Descriptive programming and parameterize the checkbox object, not the status. here you are parameterising the status of a checkbox.

in expert view use something like
Code:
strName = Datatable("Name",dtGlobalSheet)
Browser().Page().webcheckbox("name:="&strName).set "ON"

Reply


Messages In This Thread
RE: Problem in Datatable Parametrization(QTP 9.0) - by Saket - 01-28-2010, 03:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Parametrization for dynamic Power Builder application qtptester17 0 1,973 10-26-2016, 02:55 AM
Last Post: qtptester17
  error in Parametrization triples13 1 2,250 01-21-2015, 06:14 PM
Last Post: triples13
  UFT 11.5 Parametrization- Not able to run the 2nd Iteration Sanjhisu 1 5,020 01-22-2013, 10:54 AM
Last Post: mseroney88
  Datatable add and datatable import sheet wheelercha 4 34,321 06-14-2012, 04:53 PM
Last Post: Arul
  parametrization under parametrization sudhirzpatil 0 2,103 02-04-2009, 10:47 AM
Last Post: sudhirzpatil

Forum Jump:


Users browsing this thread: 1 Guest(s)