can we install qtp in windows vista
Answers were Sorted based on User's Feedback
Answer / bhavna khurana
I am also using QTP9.2 on my Vista..........
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rajendra
Vista supports only QTP9.2...I am using 9.2 in my system
(vista)
| Is This Answer Correct ? | 0 Yes | 2 No |
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How many add-ins comes by default with quicktest professional?
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
How to give Table check points?
What is the difference between Call to Action and Copy Action.?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?