An object is created, i dont know the methods available for
that object, i want to find methods available for that
object and use the required method. How i can do this???
Answers were Sorted based on User's Feedback
It is very easy......
no need to know about what environment it is like .net,
SAP, java, etc.,
Here you have two ways
1. You can go for Object Spy: Here u can view, what are the
methods available for that run-time or Test object.
2. You can go for Scripting in Expert view
e.g: ObjectHierarchy.Object.
after u click (.) here QTP will show you what are the
methods available for that Object that too runtime methods
in green color.
Check it once.
if anybody know any more answers plz let me know...
mail ID is kingring.d@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shyam.meghansh
hey
I would like to know wht kind of object is that (
java,.net,windows,web etc etc) wht....
because for every object we have many methos.... so one u
have spy'd that u will find 2 options....
1. properities
2. methods...... ( this u will find after spying the
object).........
if you need any more quires plzzzz feel free to mail
me........................@
testingwithshyam@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Hello friends,
Here nothing matter about object whether it may be java,
SAP, or siebel any object, You will get the methods only
respective to that Object only.
1. You can use Object Spy
2. You can go for (your desired object).Object.(here QTP
will show all the methods for that object only)
whether it may be SAP, java, peoplesoft, or any environment
object. QTP will give you for that object methods only
dont bother about which environment object that is.
This answer for
Shyam.meghansh
[Hydus Technologies (INIDA) Pvt Ltd]
another one... Plz give any wrong answers or silly answers
here bcoz many people over here to learn some what about
QTP.
Every body know that F1 is helpful for us.
no need to mention again as a answer
This is for Bc993aaa
| Is This Answer Correct ? | 1 Yes | 0 No |
Does QTP run in any environment?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Hi every body, I am new to QTP.pls help me if anybody knows the solution. Here is my doubt: I have 3 excel sheets in my local drive out of which one is password protected and i want to get the data of all these xL's either by importing or by reading the data finally i have to update this data in the website.(and the site is secured site) I tried by importing all XL"s one by one but couldn't do so. plss send me the code or atleast suggest me the approach. Thanks in Advance Padmaja
the question was on what techonlogy u been working on i said VB then he asked me the addin for VB in Qtp?
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How to parameterize in QTP?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What is standalone database?
What is DOM
Is it possible to change the values of analog recording?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?