How to get the value of the TextField - Desktop Application
We are new to TestComplete desktop Automation. We want to pick up the value which is already present in the TextBox in our application through TestComplete and then validate few scenarios. is there any function to get the exact value present in the object.
For eg: When I spythe object I get NameMapping.Sys.Process("java", 10).JavaFXObject("Stage", "Cisco Enterprise Scheduler").JavaFXObject("Scene", "").JavaFXObject("SplitPane", "").JavaFXObject("TableView", "").JavaFXObject("TableRow", "", 1).JavaFXObject("BaseJobRunGrid$JobRunStatusCell", "Completed Normally")
I have to check whats is the status of my Job Win1Agent1Job2. My jobs can be "CompletedNormally" or "Active" or any other status depending on the JobRun and environment. I have to validate all the status based on the output.
Pl let me know if there is any function to get the exact value of the BaseJobRunGrid$JobRunStatusCell