What we are looking for is to load properties of object
dynamically as for our application the global repository
will pretty huge. It will be really helpful to us if
something similar to following functions of Winrunner is
available in QTP.
#Define descriptor
auto strDesc;
#set property in the descriptor
Gui_desc_set_attr(strDesc,?Class?,?Edit?);
--- put other properties
#Add Edit box to GUI Map
Gui_add(? ?,strWindowName,strEditboxName,strDesc);
No Answer is Posted For this Question
Be the First to Post Answer
How to make arguments optional in a function?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
where do you store the test result?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
what is the frame work your using in automation testing
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........
WHAT IS ETL TESTING.......
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..
How to create an Action Template?