How we can identify the descriptive program objects in GUI map of QTP8.2 Version
Latest Answer: descriptivr program define object won't appear in GUI. ...
Hi,i have to put a synchronization points in web page.my script have to wait until my web page refresh.or my web page status bar should be completes.Plz help for this.ThxPunitha
Latest Answer: you can use waitproperty("propertyn ame", "parameter value" timeout) for this featuerlet me know if u still face any proble ...
Hi, Would be great if you could let me know how to pass a key in the query while creating a database check point? My key value is stored in a variable in the script.In short, what I want to know is:myVar='keyvalue'select
Latest Answer: While a database checkpoint is created, the select statement gets stored in "Source".So for parameterizing it, Create a checkpoint initially in the normal flow with a constant value.....and then parametrize it by updating with SETTOPROPERTY ...
Hi,I want set the value to the Winedit box in the Run time.When i am save my file i want to give the name of each file in run time.Link first time i have save file 1next file 2next file 3next file 4 like
Latest Answer: You need to give save a files using different files names that are continous,say File1, File2 ...Then we have constant File and varying number.So, take fName as variableFor i = 1 to n fName = File & i 'If ...
Suppose there is a link on a web page. On clicking that link, 6 different web pages open in separate browser windows. The title of the page changes at run time. There is a text box on the sixth page. The
Latest Answer: Try this:Browser("micClass:=browser").Page("micClass:=Page").WebEdit("name:=regex.*", "index:=0").Set "SomeValue"Substitute regex (regular expression) a value that will match WebEdit description. ...
What will be the script to insert a text or value into a cell of an excel sheet ? Pls help...Thanks in advance.
Latest Answer: The following code will be useful for inserting text into excel.Dim appDim bookDim sheetSet app=CreateObject("Excel.Application")Set book=app.workbooks.open("e:temp.xls")Set sheet=book.activesheetsheet.cells(1,1)="hello"book.saveapp.quit ...
Hi,i am using qtp 9.0 for web testing.I have local and online web pages. Ex. "http//local", "http//online"both are same web pagesnow i want to test these two web siteshow i use the
Latest Answer: How much of OR and DP are you using to do this?There are several ways of checking if objects exist on a page. If you are using the OR then you can simply create Text, Bitmap or Standard checkpoints through the Active Screen. You might need to use Regular ...
Latest Answer: To capture dynamic images, first you have to get licence multimedia license and add to addin to QTP window. ...
How to retrieve values, from different inactive textfields, and put all these under each other in a split, in an excel-table?
What feature would you use in QTP to find out the name for an element on the HTML page we want to test?
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top