how can you explain your Real Estate Project in front of interviewer..? please step by step......
No Answer is Posted For this Question
Be the First to Post Answer
How to convert Manual Test script into Automation Test Script?
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
How do you clear a gui map files?
How do you analyze results and report the defects?
What is the disadvantage of loading the GUI maps through start up scripts?
How winrunner recognise window/object apart from GUI map file?
What is the use of the "Find" Button in Gui Map Editor?
How do you identify which files are loaded in the gui map?
How can you do debugging in winrunner?
what is the difference between unit testing,integration testing and interface testing?
what is the regular expression for dd-mm-yyyy?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?