write a script for allinterview-submit Question
first we've to select Choose Category,second select Sub-
Category(Which is comes in to runtime)third select Question
Type.for that give some descriptive and vb script


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

Post New Answer

More QTP Interview Questions

Which scripting language QTP is using?

6 Answers  


Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone

1 Answers  


To count the no of links present in the yahoo home page i have written the script like this 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 While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0

2 Answers  


How to count the no of objects in XML file(QTP)

1 Answers   IBM,


If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.

4 Answers   iGate,






How can we make a shared object repository in QTP 9?

3 Answers   Kanbay, Ordain Solutions,


While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

0 Answers  


How to handle Java tree in QTP?

0 Answers  


What are the difference between QTP and Winrunner

5 Answers  


Explain in brief about the quicktest professional (qtp) automation object model?

0 Answers  


request to add whatsapp grp for test engineer

1 Answers  


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

0 Answers  


Categories