Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on SilkTest 2006 Error : Window is not Active within the SilkTest forums, part of the Software Testing category; Hi All, I am using a .Net application. I have enabled the extension for the application. I am able to identify each .Net object properly. But whenever I write a ...
|
|||||||
|
|||
|
Hi All,
I am using a .Net application. I have enabled the extension for the application. I am able to identify each .Net object properly. But whenever I write a small script to access those Objects I get "Window is not active" error. For eg. I have a window declaration for all the textfields in my application but when I try to run the following script, WorkBench.BenchmarkInfo.ModelFreeCash.SetFocus() WorkBench.BenchmarkInfo.ModelFreeCash.SetText("") I get the following Error [ ] *** Error: Window '[SwfTextField]Model Free Cash|[SwfTextField]$txtModelFreeCash' is not active [ ] Occurred in WorkBench.BenchmarkInfo.ModelFreeCash.SetText P.S. The textfield is active but still it says not active. Kindly help me with this asap. Thanks in advance, 2lz (Toolz) |
| Sponsored Links |
|
|||
|
Re: SilkTest 2006 Error : Window is not Active
Quote:
you are going to set text of a control which is non-changeable like 'static text' control or 'label' control's 'settext' is not available this is ready only. I think it will help you. With regards, Rajesh Jakhal (New Delhi, India) |
|
|||
|
Re: SilkTest 2006 Error : Window is not Active
Hi Toolz,
You are going to change the readonly properties of a control. Here this control is a 'static text' or 'label' control whose caption is ready only. With regards, Rajesh Jakhal (New Delhi, India) |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retrieveing the title of the currently active window | Geek_Guest | QTP | 7 | 07-06-2009 02:37 AM |
| Actual Window Menu is the unique extension of standard window menu that provides adva | JobHelper | Geeks Lounge | 0 | 04-25-2007 08:30 AM |
| Script is not running properly getting Window was not found error | Geek_Guest | SilkTest | 1 | 04-18-2007 08:16 AM |
| How to capture text from message/error popup window | Geek_Guest | WinRunner | 0 | 04-03-2007 02:25 PM |
| Hide Window Plus is a tool that allows you to hide any window from the screen and the | JobHelper | Geeks Lounge | 0 | 03-31-2007 03:30 PM |