What is action?
No Answer is Posted For this Question
Be the First to Post Answer
How QTP identify the system time that's changes every seconds?
What are the main differences of qtp and win runner?
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
Explain how qtp identifies objects?
what are the different kinds of frameworks in automation?
request to add whatsapp grp for test engineer
what is supply chain management?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to retrieve the data from database?
Where the text version of script file located in file system?
WHAT IS ENVIRONMENT VARIABLES?
7 Answers AZTEC, CTS, Ready Test Go,
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?