Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic descriptive Programming issue in Terminal Emulator
#1
Not Solved
Dynamic descriptive programming unable to identify object where as static Descriptive programme able to identify the same with same properties


Code:
Set objTest=description.create
                    objTest("attached text").value=".*"
                    objTest("length").value="10"
      set arrChilds=TeWindow("short name:=^[A-Z]").TeScreen("label:=.*").ChildObjects()
      msgbox arrChilds.Count   'returning 0 for COUNT

where as 

Code:
 TeWindow("short name:=^[A-Z]").TeScreen("label:=.*").TeField("attached text:=.*","length:=10").exists 

returning TRUE.

Please suggest
Reply
#2
Not Solved
You aren't utilizing objTest object anywhere.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT Tool support with Descriptive programming laks 1 1,619 07-05-2018, 05:31 PM
Last Post: Ankur
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,653 06-07-2017, 01:41 PM
Last Post: Ankur
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,886 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP
  Inserting variable values into Descriptive Programming Functions eske99 2 3,140 12-18-2015, 01:47 PM
Last Post: vinod123
  Using static descriptive programming how to count no. of objects on any webpage alpha1 4 6,709 08-11-2015, 08:48 PM
Last Post: kotaramamohana

Forum Jump:


Users browsing this thread: 1 Guest(s)