How to create a Runtime property for an object in QTP?
Answers were Sorted based on User's Feedback
Answer / a.radhika
we can create odject property by sing setToProperty()
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / abcde
Question itself is wrong???? Can someone frame questions
properly
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sivareddy(cybage software)
By Using "GETROPROPERTY("text""), we can find out the
property of an object at the Runtime position.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / siva krishna
how to get the value of property of an object during the
run time?
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ninad
By using object.GETROPROPERTY("PROPERTY NAME")we can find
values of property at runtime.
Is This Answer Correct ? | 0 Yes | 1 No |
What is descriptive.create () in QTP?
how to identify a webtable coulmn values ,if we spy the coulmn value it is sometimes identifying as Webedit and some times it is identifying as "webelement", Could any body let me know how to handle the issue?
is there any addin for remedy user application
What is the difference between local and shared object repository in qtp?
Explain about import and export files?
Hi Can u plz suggest who is the Best Faculty for Advanced QTP Scripting in Hyderabad ,plz suggest me..... or send me a replay to satheesh.goli@gmail.com, r make me a call 9866335752
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
write script for finding number of broken links in web page? kindly please answer my question.
3 Answers Manhattan, Oracle, Virtusa,
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
will QTP 9.2 run successfully on Linux(gui) operating system
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?