what do you mean .ota mobile format


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

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

1 Answers  


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?

0 Answers  


write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail

2 Answers   Thomson Reuters,


Inorder to avoid Message box while writing script which alternative method can be used?

1 Answers  






Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

0 Answers  


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

0 Answers  


What is the extension of the vbscript file?

0 Answers  


How will you get the octal value of the given number in vbscript?

0 Answers  


why variable name should not exceed 255 characters?

0 Answers  


write a vbscript for finding the sum of the numbers from 1- 50

3 Answers  


What is vbscript?

0 Answers  


Categories