How will u find that how many List boxes( and check boxes)
are present in one particular window
Answer Posted / softwaretester4u
very intresting question,but i never found in QTP my
experience .pls tell me if any one knows
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Give the syntax to import/export xls into qtp.
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What are the different ways to invoke an application using QTP?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How to find array size in qtp?
diff between qtp versions from 8.5
Explain about business process component? types and usage?
How to test background color and dynamic images during run time can you put the check point for moving objects?
What are the different types of recovery operation?
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