Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script running more times than the values in global data table
#1
Not Solved
hi...
In my script, i did parameterization and added some values in Global data table. Whan I run the script, it is running even though the values in Global data table are completed. It is taking some defalut values and running. I checked the 'Action Call Properties- Run'. It is selected as 'Run on All Rows'. Can you please tell me why the script is not stopping......
Reply
#2
Not Solved
What is the test run setting??

Is it set to Run on all rows? Make sure you do that as u hv entered data in global datasheet.
Reply
#3
Not Solved
Pavani,

Settings are fine. You have to do two cross checks.
1. You should not have loop for reading of data from datatable. Like For i=1 to Rowcount
''' Execute statements
Next
2. You need to clear or delete all the data from the rows of datatable after your data rows.

Do above things and let me know how it goes.
Reply
#4
Not Solved
Hi KRR,
You said correctly..
@Pavani,
Please delete the empty rows from your datatable because some times you may enter some data below of the datarows and after that u may delete the same data in the datasheet because you may not required the data ...so better delete those rows inspite of delete data in that row..

Earlier I faced the same issue ..


you may forgot to delete rows inspite of delete data from the datatable..
Reply
#5
Not Solved
Goto File->Settings->Run and make sure that "Run one iteration" radio button is seleted.Smile
Reply
#6
Not Solved
Hi Srselva,

I provided the solution assuming that setting will "Run On all rows".

@pavani
Let me know if you got the solution.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Select checkbox from data table value jayraocourts 0 1,046 11-01-2019, 10:25 PM
Last Post: jayraocourts
  Action Response Times Slow kdunn 0 938 11-09-2018, 09:24 PM
Last Post: kdunn
  Check the word and get no. of times that word in the webpage Sandeep.san229 0 1,172 10-31-2018, 06:42 PM
Last Post: Sandeep.san229
  "UFT has stopped working" is displayed during running the script kotaramamohana 0 1,198 08-24-2018, 01:07 PM
Last Post: kotaramamohana
  Fetching values from a web table qapandit 7 8,578 05-30-2014, 02:32 PM
Last Post: nistalaramesh

Forum Jump:


Users browsing this thread: 2 Guest(s)