how to get the object property
Answers were Sorted based on User's Feedback
Answer / sathish
we can get the object property in two ways one is
gettoproperty and another one is getroproperty the get to
property retuns the property from object repository where
as getro property retuns the property of an object on the
application
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ganesh kumar
if U want to view the object property at runtime use
GetROProperty Method to view the Property value of an
Object.
If u want to view the testobject property then use Object
spy option is used to view the test object properties of
that object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajasekhar
using getroproperty or using objspy or in the treeview we
can select particular object and right-clicking we can see
all propeties
right any thing mistake make it correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Just spy that obect by using GUI spy,then it will show the
object properties,if it is not having the standered
properties then go for GUI mapconfiguration and add whatever
the properites u want
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain hybrid framework with advantages and disadvantages?
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
what is the diff between Procedure and function
Is it mandatory to know abt regular expression in descriptive programming
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
Tell me one scenario, the complex functionality you have automated in your project?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
Need one Urgent help please,for ex: first time i created Local reposory and convert that local to shared Rep and save in some where(by using Export local objetcs), unfortunately that saved repository is missed, now i want same repository,but iam not able to export the same repository second time?? i need that Repository only how to get???
Tell about automation object model(Aom) in qtp?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated