Which object model ur used in ur project
Answer Posted / raja
component object model
ADO(Active data object)
com is one the interface model
(if u find any new mail me bobbyporika@yahoo.co.in)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to find that tools work well with your existing system?
Describe function procedure in vbscript.
What is the basic concept of quicktest professional?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Explain runtime dynamic settings?
Have you faced any problems with object repository?
How can I use Call dlls in QTP ?
How do you synchronization point through DP?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is the difference between the keyword view and expert view?
In what occasion we can specify global sheet and action sheet?
after initiating one project for testing, when exacltly QTP tester role starts?
What are the methods used in UFT to handle exceptions or run-time errors?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma