Why script error occur in between recording in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to invoke QTP using Dos prompt ?
where the object repository is located?how to choose the object repository as shared or action object repositories?
For what purpose to we use object repository in a application?also explain usage of obj.repository?
Explain the terms test and business component?
what is a active x control?can any one brief me about active x controls
How to capture a window in QTP?
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
When i use paramateriztion for tickets in flight reservation application , the tes'll run for first iteration but for the second iteration it'll give this details, but the second iteration is failed. Pls anyone clarify it. Cannot find the "Agent Name:" object's parent "Login" (class Dialog). Verify that parent properties match an object currently displayed in your application.
Why divide a test into three action calls?
How to use the object spy in quicktest professional 8.0 version?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?