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. ...
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
Latest Answer: There can be many answers to this queston. But the most important is the availability of the trained resources to work on these tools.Almost all the tools solve the regression purpose and claim to do everything. But always they have limitations somewhere. ...
Can you completely write VBscript for your project without using recording mode in QTP? If yes, illustrate with an example?
Latest Answer: Dim intCntDim oD, oDObj Set oD = Description.Create() oD("micclass").value = "Browser" Set oDObj = Desktop.ChildObject(oD) For intCnt = ...
How will you compare a web pages one in UAT and one in Production? Can you know what changes have been implemented in the UAT after the enhancement using QTP
Latest Answer: Record a Script on UAT and Run it on Production.Regards,Nawab ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top