Hi,
I will provide perticular age,it needs to enter date in
text box (MM/DD/YYYY) compare to system date. or already
exist data in the text box.
Answers were Sorted based on User's Feedback
Answer / gangadhar
X=CDate(x) 'it will convert the date in the textbox
y=now()
msgbox Datediff(YYYY,x,y)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhavi
Get the entered data of text box into a variable "x"
Datediff(yyyy,x,now) will return the age.
| Is This Answer Correct ? | 0 Yes | 2 No |
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH
How can you handle exceptions in qtp?
In QTP whether is it possible to call a function from one action to another action?
what are the different Frame Works in Quick Test Proffessional testing
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
What is the difference between driver-script and AOM-script?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What are the Features & Benefits of Quick Test Pro (QTP)..?
Explain runtime dynamic settings?
Explain the concept of object repository & how QTP recognises objects?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.