how to use telnet in qtp开发者_JAVA百科. tips n tricks on telnet using descriptive programminguse something like SystemUtil.Run, InvokeApplication or shell to something like vbscript
I have made a login Action and made it reusable.I use this i开发者_如何学Cn 3 other scripts.. But what\'s going on is that if i change user name in that reuseable action\'s local table,it is not getti
I want to shutdown QTP w开发者_开发知识库hich is invoked through Wscript.exe.I used these three commands and it works perfectly fine.
There are few scenarios which i can expect during my execution, I would like to 开发者_运维百科understand the best practices of handles such run time errors.
It seem to be a pain to stick to procedural kind of programming in Quick Test Professional. Often large no o开发者_C百科f lines of code need to be written which otherwise can be not required with OO l
I want to create specific folders structure for my Coded Ui tests. How should it be? As lik开发者_运维百科e QTP Framework. Can we keep specific files to specific folders, if yes then can anybody sha
I am trying to count the number of times a string exists in a pdf file. I used the below code, but it is going in infinite loop. The problem is after finding the string after the last page,it comes ba
using the menu bar of QTP, I can set my folder path and than use the relative path in the action scripts.
What I have is a table of dollar amounts, some of which are links.Example: $0.00 $1,000.00 $1.00 How do I say this most succinctly in QTP-land?
i am new to qtp, i want get the data in chekpoint, i am not asking about checkpoint return value, what ever checkpoint capture data, that data put display in msgbox开发者_如何学运维.I don\'t understan