Converting a script
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2009
02:06 PM
12-30-2009
02:06 PM
Converting a script
Hi,
I'm totally new to TestComplete.
Is there anyway to convert
proClientWin["ProFrame"]["Edit"]["wText"] = "asdf";
to
proClientWin["ProFrame"]["Edit"]["Keys"]("asdf");
In one of my programs, the latter one is working but not the first one.
Instead of changing the script manually every time, is there a way to change it when we record a keyword test ?
Thanks
I'm totally new to TestComplete.
Is there anyway to convert
proClientWin["ProFrame"]["Edit"]["wText"] = "asdf";
to
proClientWin["ProFrame"]["Edit"]["Keys"]("asdf");
In one of my programs, the latter one is working but not the first one.
Instead of changing the script manually every time, is there a way to change it when we record a keyword test ?
Thanks
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2010
01:46 AM
01-04-2010
01:46 AM
Hi Shreedhan,
Please see my answer in this thread.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
