
- Forum
- Testing
- Software Testing
- QTP help needed
QTP help needed
This is a discussion on QTP help needed within the Software Testing forums, part of the Testing category; Hi I have five different scripts.I want to run all the scripts together.and I want to run the second script ...
-
QTP help needed
Hi
I have five different scripts.I want to run all the scripts together.and I want to run the second script only when the first script is passed.
Can anyone explain me.
Thanks
-
-
I am facing an issue when i run the following script;
1. I have a global datatable with 17 rows and column A having values in it .
for loop is as follows:
dim set
for Irow=1 to row_count(here the row_count is 17)
datatabke.getsheet("Global"). setcurrentrow(Irow)
set=cint(datatable.value("A","Global")
if set =1 then
msgbox("A has value in it")
endif
if set=""
msgbox("no value")
endif
next
2.when i execute the above script, it somehow reaches the 18th row and display the error
Type mismatch: 'cint'
Line (57): "set=cint(datatable.Value("A","Global"))
Could someone help me plz?
-
Can anyone explain me,too
-
Sponsored Ads
«
visual studio 2010 training in chennai
|
Any institute in bangalore giving testing training and placement
»

Reply With Quote






