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?
Latest Answer: Associate Repository is a feature in QTP, using which we can add/map repositories for each action in a script. ...
Latest Answer: Function AttachHTMLAsMailContent(sSendTo, sSendToCC,sSendToBCC,sSubject,sHtmlPath) Dim objOutlook Dim objOutlookMsg Dim olMailItem ' Create the Outlook object and the new mail object. Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg ...
How do you use descriptive programming technique for the following statement:Browser("Browser").Page("Yahoo! Mail - taslim123456@yah").Frame("Frame").WebElement("WebElement").Exist
Latest Answer: Yes!!!If you have access to QTP Manual please cross-checkRegards ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top