Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
It depends upon calendar properties & functionality. If it is link then
browser("CRM - Commercial").Page("CRM - Commercial").Link("05_monday").Click
| Is This Answer Correct ? | 0 Yes | 0 No |
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
How to add a standard checkpoint in your test ?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
how your doing reporting in your script?
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If
Among all the check points what is the most important checkpoint?
QTP in mumbai
Explain QTP Testing process ?
How to record a qtp script ?
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?