-
QTP Functions and Actions
How do you organize functions/actions in QTP
-
Virtual Object
What is an virtual object?
-
Connect QTP to QC
How to connect QTP to Quality Center?
-
Find Specific Object
How to find specific object in whole application in QTP?
-
Script does not Work on same Machine on Next Day
If your successful running script will not work on same machine for other day, how will you fix it. In this case application is stable & nothing is changed in application?
-
How would you click on a link in QTP?
note: properties are not known in a Webtable? Can someone clearly explain this?
-
GetTextLocation method is not working properly
I am searching a word "DR" withing a Winobjetc by using the below given code;Window("Job Console").ActivatestrFind=Window("Job Console").WinObject("WindowsForms10.Window.8.app.0.").GetTextLocation("DR",l,t,r,b)If strFind=True Then msgbox "Coordinates are:"& l & "," & t & "," & r & "," & b Window("Job Console").WinObject("WindowsForms10.Window.8.app.0.").Click (l+r)/2,(t+b)/2End IfFor search word "DR"...
-
QTP 4 Web Objects
Name 4 web objects used in QTP
-
Recognize JAVA Objects
How will you recognize JAVA objects?
-
Control Test Iteration
How will you control iteration of Test?
-
QTP Sync
Explain about Sync with an example
-
Automated Test Cases
What type of test cases could be automated?
-
Report Defects to the Developer
In how many way we can report defects to the deveploer?
-
Is it possible to change the extension of Shared object repository
Normally, the extension of the shared object repository is .tsr.Is it possible to chang the extension of the shared object repository.
-
VBScript code for Scrolling
can any tell me what is the script for scrolling on any browser from top to bottom and viceversa using VBscript?
-
Parametrize values from an excel using qtp script
Hi,I want to Parametrize the values from an Excel sheet using Quick test professional scripts. but without recording i need to generate the script.can you please help me.
-
QTP not capturing the page for web application
Hi
Am using qtp 9.2 version.window applications are working fine,but for web applications qtp is not capturing the page when we click the (add objects to local icon) and the objects are not getting added in object repository.Am using IE9 and OS is windows 7.I don't know if some settings are wrong in qtp or in OS.Can someone help me to solve this issue?Thanks in advance. -
Update object property (Name - with regular expression) in QTP object repository
I have to update a property of the object in the OR and enable regular expression for the same property using a script. I have updated the property value but no idea how to enable regular expression for the same.
It would be great if any suggestion or solution.
-
How can I use Childobjects in QTP for Identification of WebElements
I wrote this code:
Set odesc = Description.Create()
odesc.Value("Class name")="WebElement"
odesc.Value("innertext")= JOB JOB is name of Parameter with STRING Value-User defined params.
ex.JOB = "Officemanager".
Set obj =Browser().Page().Childobjects(odesc)
Set obj_number = obj.count
But When I write this code:
obj.GetROProperty("xsx").click... -
BPT framework
how to drag the QTP code(Actions) to QC BPT components
QTP Interview Questions
Ans