Write a script to customize the test results in PDF and
HTML format.
No Answer is Posted For this Question
Be the First to Post Answer
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
What is the use of environment variables?
any body can you help me what is the script to automate an comand promt
Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks
If I change the object name in one action will it be updated in all the actions? Or not?
What is smart identification in QTP?
what is the general issues faced while using automation tool Qtp9.0
How can I deploye a 'QTP Runtime environment only'
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
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.)
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);