Answer Posted / govindarajan
Sumit you are genious.It worked neatly.Is there any way to
reinstall Silktest 2009 R2 also
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi,All How to create a link in excel sheet using qtp
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What are the different attribute used with regular expression?
Problem with XML checkpoint in QTP ?
Brief the process of testing with UFT?
what is the difference between the modular framework and datadriven frame work
Explain how Selenium is different from UFT?
Explain Descriptive Programming Types with Examples?
How you create new action in qtp?
What is the syntax to call one action in another?
Explain in brief about the quicktest professional (qtp) automation object model?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!