How will you handle custom object in QTP?
Answers were Sorted based on User's Feedback
Answer / nagk24
custom objects are nothing but qtp not understandable
for example if we working wit paint try to record and add objects in repository,qtp will not understand that
so,here wo do diff methods 1)analog 2)low level recording3)virtual objects 4)send keys to application 5)Dot net factory
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sujatha
Custom objects are nothing but the user defined objects
since Qtp cannot learn those objects it adds those objects
in the Winobject. so all the custom objects will he
handled only by winobject. And all the standard objects
will be handled by the object repository.
| Is This Answer Correct ? | 1 Yes | 4 No |
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
how to test one edit box using Java addin for Web Applications? write script?
How to import excel sheet to QC?
What is qtpro?
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me
can test automation improve test effectiveness?
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
who will distribute the project modules for testing in testing team ?
How to "Turn Off" QTP results after running a Script?
Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?
Reverse string without mid or streverse function.