If u r using descriptive programming to identify the object
where do u write the script for those objects? do u write
it in the expertview? plz do answer its urgent thanks
advance.
Answers were Sorted based on User's Feedback
Answer / aparna
Yes u can write in the expert view like this:
Browser("Browser").Page("Page").WebEdit("Name:=txt_Name","html
tag:=INPUT").set "Test"
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / krishan kant sharma
You need to write script in Expert Mode.
For example you want to click on one button available on
Calculator:
' Open Calculator
Systemutil.Run "Calc"
'Click on Button 1-simplest code
Window("text:=Calculator").winbutton("text:=1").Click
'Close Calculator
systemutil.CloseDescendentProcesses
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jas
No you cant write the descriptive programming in expert
view. Descriptive programming is written in keyword view
only
| Is This Answer Correct ? | 1 Yes | 8 No |
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
What is qtpro? What is quick test pro?
What is the Difference Between Quick Test Pro and Quick test professional?
Why bpt?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
why do we go for Test Automation?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How to compare the two strings?