Does QTP supports Linux or Unix OS?.If so which scripting
is preferable? Shell we do record and playback
what will be the stmt if record any edit box in the Web application ?
How to connect to data base?
what is check point?
does test plan is in test strategy or test strategy is in test plan
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
what is the structure for the data driven framework
hi,which is the best book to refer QTP 9.2 and Faq's.
How to create scenario selector
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
How to Creating an Output Value using QTP?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2