Qtp Automation Engineer , Can he login in VSS? What
purpose he login In VSS? But Some companys are using CVS
AND VSS ? some are Have log in in VSS Some Not login(not
accessing) into VSS, not login persons are working on CVS?
my doubt is, can Qtp automation engineer have loin in VSS
or not? Where he store QTp Script?
Answer Posted / sonia
any person in project have access to the vss that is a
place where all files related to project is saved and login
name and password is given by your project admin or
dba.usually scripts are also stored in same place... it may
depend on company how they give access to vss. and whats
the file structure there they have.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How to interact tool & application build in QTP?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Hi All, I need code for how to execute qtp scripts from excell sheet
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
what type of run time errors you get while you ar edoing rpg program?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What is smart identification in QTP?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How many lines of code in each script of QTP?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How to call a test from another test?