Wt is the difference between Business Component and
scripted component?
Hi,
A Business Component also called as keyword components.
because in Business Component script will generated in
keyword view(there will be no expert view) based on
available keywords in Object Repository. so any one can
generate the script even they dont have much knowledge in
Automation.
A Scripted Component is nothing but scripting the
components using expert view. so here u can use
Descriptinve programming also. in this both keyword view
and Expert view are available.
that is main difference according my knowledge and
experience.
If any queries, plase mail me@
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 6 Yes | 4 No |
How QTP recognizes Objects in AUT?
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
What r the advantages of automation?
how to get column count in datatable
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
Diff. between keyword driven Data driven testing?
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
4. How u will open the build automatically in QTP except using Systemutil.run command
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
How to associate function library at a run time?
.qfl extension for which file? where vl use it
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?