Prepare for your Next Interview
This is a discussion on Check points in functions within the QTP forums, part of the Software Testing category; Suppose we have written an output check point in a function. Now i want to call that function in another script and get the output through that output check point. ...
|
|||
|
Check points in functions
Suppose we have written an output check point in a function. Now i want to call that function in another script and get the output through that output check point. The error message says that the output check point is not present in the object repositary. So how can we add that in object repository?
|
| Sponsored Links |
|
|||
|
Re: Check points in functions
There also u follow the same procedure. See the sample code
Function addition(x,y) z= x+y msgbox z End Function Call addition(1,2) Call addition(2,2) rgds PRATAP |
|
|||
|
Re: Check points in functions
Hi,
Before calling that function in another script you have to load that particular object repository into it. Then it will dont show you any error. Arunsingh Rajaputra |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Function Points | judhajit | Testing Issues | 1 | 12-20-2007 07:48 AM |
| Verification points in QTP | Forum_User | QTP | 2 | 06-22-2007 05:16 AM |
| How can you differ the check points | Geek_Guest | QTP | 5 | 04-29-2007 11:11 AM |
| Usage of check-in and check-out in designer | sanghala | Data Warehousing | 2 | 03-07-2007 02:29 AM |
| Points and lines | smart_coder | Brainteasers | 8 | 01-25-2007 02:00 PM |