Hi all.
Could anyone tell me the difference between an Action and a
Function in QTP.
Thanks in advance and Merry Christmas.
Answer Posted / pava
we can write the functions using descriptive progamming
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to find Operating system information using QTP script?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
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
What are the methods used in UFT to handle exceptions or run-time errors?
What is the default add-ins in qtp?
How is the Bitmap checkpoint different from Image checkpoint?
How to use the object spy in quicktest professional (qtp) 8.0 version?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
can u please explain what is the exact difference between qtp8.2 and 9.0
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what are the mandatory properties for a tex boxc (scenario?)
What is 'sleep' in sync point?
Differences between text and test area checkpoints?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
Explain about the test fusion report of quicktest professional?