how u test a frame in a web page using QTP?
Answer / bhargavi
can i get the details of it.
i think u want to test whether the frame is exists or
not.if it is the case then
if Bowser("browser name").page("page name").frame("frame
name").exits then
reporter.reportevent 0,"frame","frame exists"
else
reporter.reportevent 1,"frame","frame doesn't exists"
end if
| Is This Answer Correct ? | 9 Yes | 1 No |
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
Give a comment on Regular Expressions using QTP?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
hi all need one help . i want scroll down and up but thing the holl page is taking webtable. i need to scroll down and up using scroll tab any bodu knows plz help its urjent regards balaji
How u call functions in QTP Function to calculate the length of characters in a wor
How to make Shared object repository in qtp 9.1 and 9.2?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
any body can you help me what is the script to automate an comand promt
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
how to merge object repositories?