Answer Posted / prasad
There is no such method like SetRoProperty()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to delete an object from the object repository?
We stored into the objects OR and then write the scripting
Is it possible to merge two object repository files in qtp?
What is action split and the purpose of using this in qtp?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
can anyone tell me from where i can download qtp demo or crack version
write a script to verify the image path(src property) of the images which are in web pages.
How you will rate urself in QTP in the range of 0 to 5
How can you identify the browser and its information using QTP script?
what type of automation is follwed in the project?
Explain the difference between data driven testing and parameterization ?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
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
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly