i have a window , initial its name is "NEW CUSTOMER"
i have to enter the details of customer in the test object
fields and after saving the window name is automatically
changing with the customer name .
so how to identify that window after saving.
(i am using descriptive programming.)
Answer Posted / mahesh_sqa
When u Entered the Details of the customer in New Customer
Window when u press submit button\else to procced then it
can opens the window as customer names window right
means u can retrive the name of customer
var=browser(****).page(***).winedit("cuname").GetRoProperty
("text")
now compare the retrived value with window name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many ways we can parameterize data in quicktest professional?
What is the difference between Keyword Driven test and Data Driven test?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How many types of recording modes are there?
What is data driver in qtp?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How to run a test using quicktest professional (qtp)?
What is difference in global and action sheet in qtp?
What is the difference in testing a client-server application and a web application?