Write a command for setvalue function in a webedit
Answers were Sorted based on User's Feedback
Answer / sudha tiwari
To set Value in edit box:
browser("name").Page("name").WebEdit("name").Set "SSSS"
To set the value of the specified property in the test
object description:
browser("name").Page("name").WebEdit
("name").SetTOProperty "propertyname, "value"
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / harsha
we cab set the value for the webedit by:
Browser("name").page("name").frame("name").webedit
("name").object.setvalue("value")
Is This Answer Correct ? | 0 Yes | 0 No |
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
3. How to handle the exceptions using recovery secnario manager in Qtp?
how to retreive the xml file data through qtp.can anybody send script for this..
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...
How many scripts did you have?
How many ways we can parameterize data in QTP?
what type of test cases tou will automate?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
How will you test a stapler?