Get the count of files of similar types from a folder.
No Answer is Posted For this Question
Be the First to Post Answer
How many lines of code in each script of QTP?
What is the difference betweent test and component?
Whenever i'm running 3 diffrent scripts in a Test Batch Runner as a batch. its not showing any result. QTP only runs all the scripts n nothing else. B4 running the test batch i have done all the settings, But still its not working.
Set DR= CreateObject("Mercury.DeviceReplay")
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Basically why we need testing?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
how do you run scripts in QTP?please anyone can answer my questions
write vb script code to delete the duplicate values in an array.
How will you handle the situation when object is not captured during record?