what do you mean .ota mobile format
No Answer is Posted For this Question
Be the First to Post Answer
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
How are comments handled in the vbscript language?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Inorder to avoid Message box while writing script which alternative method can be used?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
What is the extension of the vbscript file?
How will you get the octal value of the given number in vbscript?
why variable name should not exceed 255 characters?
write a vbscript for finding the sum of the numbers from 1- 50
What is vbscript?