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 Recognize Editable fields within the QTP forums, part of the Software Testing category; Hi, I am currently testing Mercury Quality Center 9.2. I need to create some automated test cases, these Test Cases will be built in QuickTest Pro 9.2. But I am ...
|
|||||||
|
|||
|
Recognize Editable fields
Hi,
I am currently testing Mercury Quality Center 9.2. I need to create some automated test cases, these Test Cases will be built in QuickTest Pro 9.2. But I am challenging a big problem. QTP wont recognize me some QC objects (i.e. Editable fields). I am not sure if this is occurring because Quality Center works over ActiveX. Maybe I need some special addins or a patch for QTP. Any help? Question asked by visitor Ismael |
| Sponsored Links |
|
|||
|
Re: Recognize Editable fields
can someone tell how to add or test non editable fields in testing application!!!
i got to know we can add all objects using object repository manager but i just want to how to check non editable fields in testing application!!! |
|
|||
|
Re: Recognize Editable fields
hai Raj,
Yes we can identify the non editable fields by the readonly property readonly1=Browser("B").Page("P").WebEdit("W").GetRoProperty("readonly") Msgbox readonly1 If readonly1="1" Then reporter.reportEvent micPass,"Read only check","The webedit is non editable" else reporter.reportEvent micFail,"Read only check","The webedit editable" End If Thanks Deepa |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best approach to recognize the objects | JobHelper | QTP | 4 | 04-20-2009 09:01 AM |
| How to make QTP recognize 2 different webtables | Geek_Guest | QTP | 3 | 07-11-2007 03:30 PM |
| Green Fields 3D Screensaver: fly over green fields that cover beautiful rolling hills | JobHelper | Geeks Lounge | 0 | 04-07-2007 05:00 AM |
| Change attribute of a View to read only and editable | Geek_Guest | Seibel | 0 | 04-03-2007 11:49 AM |
| Need a .NET addin to recognize objects. | JobHelper | ASP.NET | 1 | 12-12-2006 09:43 AM |