how to test one edit box using dotnet addin for Web Applications? write script?
Answers were Sorted based on User's Feedback
Answer / gan
browser("title:=.*").page("title:=.*").webedit("hello")
this is the script for testing edit box
with dot net add-in...
if i am wrong
post other ans
thank u
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shiva
wbfbrowser("***").wbfpage("***").wbfedit("***")
this is right
| Is This Answer Correct ? | 1 Yes | 1 No |
Hoe can we do retesting using functions please give the code for it using login page
What is the current version of QTP?
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
what is review
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
How to find duplicates in an array and remove them efficiently?
How QTP recognizes Objects in AUT?
Which is the best testing institute for QTP training in Hyderabad.
Is virtual object supported in low level recording mode?
what type of frame work used in your company?
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 do we retrieve the content from a text box in a web page