Post New TNPSC Tamil Nadu Public Service Commission GATE Interview Questions
How do you merge cells on excel?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
What is the difference between server job and parallel jobs?
In type3 client software which machine you have install?
What r all the security problems u r facing & the measures taken to solve.
Which method is used to get array last index?
What firewall setting is required to manage client computers such as vista clients and windows 2008 member servers?
What is the option makes drupal emit “clean” urls? (I.e. Without ?q= in the url)
What is the dynamic keyword used for in flex actionscript? : adobe flex action script
Which channel type is faster in Flume?
What is the target antigen for neuroectodermal tumors?
How jmeter works?
What are the key challenges in balancing accuracy and fairness in AI systems?
Define maximum demand?
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