what is compiled module?
This question regarding winrunner or qtp...okey..winrunner
have compiled modulue concept..but qtp does't have compiled
modulue concept.Instead of compiled modulue qtp have
functions concept..ofcource compiled module nothing but
funcion. in qtp we right functions for the purpose of
repetable tasks.we store that function in .vbs files.In vbs
file we write set of functions.once we executed that vbs
file using Excutefile statemnt we can able to call any
function in that file...
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the design objects in qtp
What are the types of Object Repository’s in QTP?
What are the key elements available in test result window?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
how to test load test and block box testing an a web based application pls give ans briefly
Are You using any frame work? What is that? Explain about that.
hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
Explain how Selenium is different from UFT?
What is the meaning Work bench?
what is syncurnisation point? what is the use of this in real time environment? plz explain?
How would you export a script from one pc to another in qtp?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click