how to fetch value from msk object
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to fetch value from msk object
Our application has few fields which gets saved (default name given by test complete) with msk prefix (i assume it means masked). We are able to read value with naked eyes and it adds hyphen as we type (eg: phone number 647-xxx-xxxx). wText is what I used for txt prefix fields to read value but it does not work for msk prefix objects. Any suggestions.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But the actual value "7894764651" is displayed in testcomplete property "NativeVBObject". Can't we get that value.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
They are not "TestComplete properties". They are properties of your application's object and they exist whether or not you are using TestComplete. TestComplete is simply allowing you to view what is there. If there is no text option there, TestComplete cannot add one for you.
You need to talk to your developers about what is needed for the test and work with them to expose the properties that you need. Then you can use them in TestComplete.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Got it. Thanks much for your time and contribution.

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »