Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Testing Tools > QA Testing Concepts

QA Testing Concepts QA Testing Concepts Interview Questions, Learn by sharing QA Testing Concepts Interview Questions asked in various companies, Get Career advices, Interview Procedures from QA Testing Concepts experts, Post asked QA Testing Concepts Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-24-2008, 11:14 AM
Senior Member
 
Join Date: Feb 2008
Posts: 9,095
Default how we can take data in th

how we can take data in the username field text box into variable in web application
Reply With Quote
  #2 (permalink)  
Old 07-10-2008, 06:33 AM
Junior Member
 
Join Date: Jul 2008
Posts: 10
Default

We can make use of GetROproperty to get the data from the text field box of a web application
Browser("Browsername").page("pagename").webedit("txtuname").set"Shashi"
username=Browser("Browsername").page("pagename").webedit("txtuname").GetROproperty("value")
Reply With Quote
Reply

Tags
interview questions, qtp

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On