I have recorded a test over web application(with IE6.0)
in analog mode. But, while running it my test gets failed.
Why? (Note: my systray has 3 open web applications)
Answer / sreeprasad
QTP provides an option to enter the url on which you are
going to run the script. If u dont provide this, the script
might NOT recognize the url as u've saind u opened 3 IE
windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
how we can know qtp has used smart identification machanism during the execution.
How can I import environment from a file on disk?
What is exact difference between “while” and “do while” in QTP ?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How can i initiate the objects to find uniquely in OR
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
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
1. What is diffrence between Analog Recording And Lomlevel Recording ?
When to use descriptive programming?