Hi All,
I am facing one problem in QTP.
There is link object in my application that exist in the
Frame in mozilla firefox. Click event on that object is not
working but once the frame is enabled/activated then click
event works fine.But the frame does not have the activate
property.
This problem is coming in firefox only.
Regards
No Answer is Posted For this Question
Be the First to Post Answer
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
write a vb script to generate fibonnaci numbers
how to increase the values in text box in a given text box increament by two values by clicking on button
Explain what is loose binding? Why is it not a good practice to use it?
How are values assigned to string type and numeric type variables?
How will you trim the spaces on the left of a string using vbscript?
When are redim statement and preserve keyword used in the vbscript language?
How can you destroy an object in vbscript?
what is test scenario?