What is difference b/w
AOM,DOM,COM
Have u ever is used ny of the models.If so why?
Answer / nath t
AOM: Automated Object Model with this model we can create
QTP object. without opening QTP, we can do open Test, add
repositories, recovery scenarios, .vbs files, Datatable
(excels) etc.
DOM: Document Object Model this is come under HTML like
that. i have n't worked on this.
COM: Component Object Model with this model we can create
Excel, MS-Word, OutLook objects etc.
with this object we can do with out opening Excel
application, we can add sheet and count the rows and
columns etc.
like this way we can use these objects based on criteria
| Is This Answer Correct ? | 18 Yes | 3 No |
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
explain all the check point in QTP?
Analyzing the Checkpoint results ?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
Define virtual object?
what is web application and client server application.is there any difference ?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
.qfl extension for which file? where vl use it
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What is the syntax for how to call one script from another?