The Senario is
Steps to do
1.Entered userid in textbox
2.saved with details
3.i want to open user which i have created
its in hurry.....
Answer / guest
What i understood is Enter USerid and save that in to DB
and retrive from DB, if the scenarion is that then the
script will be
window("WN).winedit("Userid").set"xxxxx";
x=window("WN).winedit("Userid").getvisibletext(userid);
set conn = createObject(ADODB.conection);
set comm = createObject(ADODB.command);
set rs = createObject(ADODB.Recordset);
conn.provider = "Provide the DB provider name"
comm.activeconnection=conn;
comm.open = "insert x into user";
comm.execute;
res.open "select * from user",conn
| Is This Answer Correct ? | 1 Yes | 0 No |
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
What is the differences between image check point and bit map check point?
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
How do you delete unwanted results in qtp?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
What are the points to be taken into consideration while doing desktop testing?
Is the qtp course will help to create a virtual object?
How do you move objects from local object repository to shared object repository???What are methods?
what is tool interface?