Where is the bitmap checkpoint information saved?
How many actions can be created in a QTP script ?
Latest Answer: Theoritically we can say that there is no limitation in creating Actions in QTP.But Microsoft Excel supports only 256 sheets. A seperate local Data sheet will be created for every action. Because there is a limitation in the no. of sheets ...
I am getting problem while getting scripts updating on new build. the scripts are been recorded in 8.2 qtp version. now i am using 9.2 qtp version.My Qus is while Playbacking the scripts on new build Data
how do i create an action template? plz explain with an example? ie,whenever we create a new action it should show that information in every new action.thanks
Latest Answer: Steps to create Action Template :1. Open Note Pad2. Type The Comments Want To Include like Eg:'Test Name: ...
Explain about keyword driven framework and it's industry usage with an example scenario
Latest Answer: All Generic GUI controls are Considered as KeyWords as in QTP.Routines are Present for Performing validations on these Controls.E.GDataBase with Object Repository TBL, Validation TBLregards,Nawab ...
Hi All,I would like to know, how to get test result path at run time, mean to say in descriptive programming, Is there any method available for the same.I would be grateful to you for your help.Regards,Akshaya
Latest Answer: There is one "Built-in Environment variable in QTP called "ResultDir".We can Get the test result path as below...a = Environment.Value("ResultDir")Ans:for ex: result path will be "C:Temp" ...
Basically I am recording HTML source page checkpoints against a website. Having run my QTP script I go to my test results and drill down to the page checkpoint. It informs me that the "Two HTML
How to count the no of web links in a web page?I used the following script but i am getting zero as output.plz help me out.Dim objlinksystemutil.Run"iexplore.exe","www.yahoo.com"Set
Latest Answer: Eg:set objLnks = Br("...").Page("...").Object.GetElementsByTagName("A") ...
Write a script to open QTP from other machine on the network
Write a VBscript for any functionality in your project ?
Latest Answer: This gives lot of flixibility to us. In such cases just write the standard connection to the database through VBscript. That is the most popular and easy way to do it. You can find the code in lot of queries in this forum. ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top