What is null in database?
Explain the difference between internal audit and external audit?
Who is founder of unix?
Will first logic’s global data quality connector for sap manage my international data?
in trading credit why does goods sent on consignment come?
What is cure?
What are the test case formats in case of a static website and dynamic website?
What is the most enjoyable part of working at Nestle?
How to write a program to show the external actionscript?
What is atoi and atof in c?
Define an applet in java?
Explain how to initialize a const data member.
Can you get viruses on ubuntu?
Can we initialize the final blank variable?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next