I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
Synchronizing test
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
i have 100 manual test cases, how to automate from no 1. ols detail steps
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
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
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
What is the syntax to call one script from another?
How many actions we can create with in a test?
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?