Print Page | Close Window

how to type a value in edit field?

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: QuickTest Pro @ OneStopTesting
Forum Discription: QuickTest Pro is a fresh approach to automated software and application testing that addresses testing needs of both business analysts and Quality Assurance professionals.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=928
Printed Date: 30Jun2024 at 4:43am


Topic: how to type a value in edit field?
Posted By: adela
Subject: how to type a value in edit field?
Date Posted: 25Apr2007 at 4:29am
Hi,

I want to type a value in the edit field with out using Set Property i want to type some value in a edit field means how can i do that



Replies:
Posted By: anish
Date Posted: 25Apr2007 at 5:20am
when i recorded in low level it is displaying like
Window("Microsoft Internet Explorer").WinObject("Internet Explorer_Server").Type "asd"

But iam using Descriptive

When i use Browser().Page().WebEdit().type "value"

It is showing Error "Expected identifier"


Posted By: pallavipagare
Date Posted: 26Jun2007 at 5:23am
object.SendKeys(string)
object : WshShell object.
string :String value indicating the keystroke(s) you want to send



Print Page | Close Window