Do I have any control over the garbage collection algorithm?
what is ou? Explain its uses? : Windows server 2003
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
Explain the order of sql statement execution?
How can you convert air mass to air volume?
what are the attributes in transaction-id?
Tell us something about history of our freedom movement?
What is apache and iis?
Expand--------TAO
What is a child selector?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
How can I improve my spark performance?
Explain planck’s hypothesis? : quantum physics
Explain how you can switch back from a frame?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?